Browse Source

added DEBUG=1 to add -g

ncannasse 6 năm trước cách đây
mục cha
commit
f35f04a9a2
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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: