]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Initial movement to std::vector
[xonotic/gmqcc.git] / Makefile
index 9dd66ec8c07d5fd97abd1e397071177eda1f8e33..c6a6327ed02269a35d0146662a6edac6007ccbbc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ CXXFLAGS = \
        -Wextra \
        -fno-exceptions \
        -fno-rtti \
-       -MD
+       -MD \
+       -g3
 
 CSRCS = \
        ast.cpp \