]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Initial movement to std::vector
[xonotic/gmqcc.git] / Makefile
index 89d88053c460223bcb4c14f590909478190e5726..c6a6327ed02269a35d0146662a6edac6007ccbbc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ CXXFLAGS = \
        -std=c++11 \
        -Wall \
        -Wextra \
-       -ffast-math \
        -fno-exceptions \
        -fno-rtti \
-       -MD
+       -MD \
+       -g3
 
 CSRCS = \
        ast.cpp \