projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3376c
)
That is also not needed anymore
author
Dale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:37:40 +0000
(
03:37
+0000)
committer
Dale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:37:40 +0000
(
03:37
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1c5ac8f19f3f13b332090040cae73ea5e3b970f8..ff63173cdba2aa975e43c7b066c4232ecb6700e3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,7
+14,7
@@
CC ?= clang
LDFLAGS :=
LIBS := -lm
-CFLAGS += -Wall -Wextra -Werror -I. -fno-strict-aliasing
-fsigned-char
$(OPTIONAL)
+CFLAGS += -Wall -Wextra -Werror -I. -fno-strict-aliasing $(OPTIONAL)
ifneq ($(shell git describe --always 2>/dev/null),)
CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\""
endif