X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=c6a6327ed02269a35d0146662a6edac6007ccbbc;hp=89d88053c460223bcb4c14f590909478190e5726;hb=dedb3a49bdb619bf4fc303e0da6d4740fc9a4527;hpb=65362d93aa4678209bfeeba92fb5aa41f5955777 diff --git a/Makefile b/Makefile index 89d8805..c6a6327 100644 --- 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 \