X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=c7fbe9ed68c2ce3858b56e93735fafdb1050448c;hb=a33a365d783c8a6a360de8668eeb86a26086c551;hp=eb5dc0a0347ebd0e5d3f361be61c7da19dce7ced;hpb=d6a897aa61fb13b435a7bc8798c7f7c78db1930c;p=picodrive.git diff --git a/Makefile b/Makefile index eb5dc0a..c7fbe9e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif #drc_debug = 7 #profile = 1 -ifneq ($(platform),emscripten) +ifeq ($(WANT_GDB),1) CFLAGS += ggdb -falign-functions=2 endif