Ver Fonte

added DEBUG=1 to add -g

ncannasse há 6 anos atrás
pai
commit
f35f04a9a2
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -93,6 +93,10 @@ ifdef MESA
 LIBS += mesa
 endif
 
+ifdef DEBUG
+CFLAGS += -g
+endif
+
 all: libhl hl libs
 
 install: