]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Adding truth-flags testsuite for strings
[xonotic/gmqcc.git] / Makefile
index eae6f3e65860d859a1f9380119835ca2625d2347..0d1cee7025918aca55abc5311559c46f23a88a7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ ifeq ($(CC), clang)
                -Wno-format-nonliteral        \
                -Wno-disabled-macro-expansion \
                -Wno-conversion               \
-               -Wno-missing-prototypes
+               -Wno-missing-prototypes       \
+               -Wno-float-equal              \
+               -Wno-cast-align
 endif
 ifeq ($(track), no)
     CFLAGS += -DNOTRACK