]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update makefile
authorDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 10:54:14 +0000 (10:54 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 10:54:14 +0000 (10:54 +0000)
Makefile

index e31c0987124ba0596fd39040d18a920c312cabfe..a60b46604998e642218a9c50e06f7c7c97b9d74b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CYGWIN  = $(findstring CYGWIN,  $(UNAME))
 MINGW   = $(findstring MINGW32, $(UNAME))
 
 CC     ?= clang
-CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char -Wno-overlength-strings
+CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char
 ifneq ($(shell git describe --always 2>/dev/null),)
     CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\""
 endif