]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Slightly larger code, but strategic inline for corrector stuff. Makes it a little...
[xonotic/gmqcc.git] / Makefile
index e08ee46ee39adbf462fd6c20beff3bc626a9db8a..6e6c9452ff8ce26b6e70f89442b0cb9feef17103 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
+CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char -Wno-overlength-strings
 ifneq ($(shell git describe --always 2>/dev/null),)
     CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\""
 endif