]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
That is also not needed anymore
authorDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:37:40 +0000 (03:37 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 25 Apr 2013 03:37:40 +0000 (03:37 +0000)
Makefile

index 1c5ac8f19f3f13b332090040cae73ea5e3b970f8..ff63173cdba2aa975e43c7b066c4232ecb6700e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CC      ?= clang
 LDFLAGS :=
 LIBS    := -lm
 
 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
 ifneq ($(shell git describe --always 2>/dev/null),)
     CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\""
 endif