Both ios and emscripten have problems with this - hide behind

HAVE_GDB ifdef
This commit is contained in:
twinaphex
2016-09-08 12:18:09 +02:00
parent d6a897aa61
commit a33a365d78

View File

@@ -13,7 +13,7 @@ endif
#drc_debug = 7
#profile = 1
ifneq ($(platform),emscripten)
ifeq ($(WANT_GDB),1)
CFLAGS += ggdb -falign-functions=2
endif