X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=c6a6327ed02269a35d0146662a6edac6007ccbbc;hp=89d88053c460223bcb4c14f590909478190e5726;hb=d8e9b1b35d50a9e1ddfe6fa277f2b84e611ee41b;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 \