]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Update makefile
[xonotic/gmqcc.git] / 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