X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=c6a6327ed02269a35d0146662a6edac6007ccbbc;hp=9dd66ec8c07d5fd97abd1e397071177eda1f8e33;hb=67a3c9b0310b915baace7a81cce1d8faa3994f20;hpb=d4deaa35caf9e9d1571faf5541c2e12e101b544f diff --git a/Makefile b/Makefile index 9dd66ec..c6a6327 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ CXXFLAGS = \ -Wextra \ -fno-exceptions \ -fno-rtti \ - -MD + -MD \ + -g3 CSRCS = \ ast.cpp \