Both ios and emscripten have problems with this - hide behind
[picodrive.git] / Makefile
index eb5dc0a..c7fbe9e 100644 (file)
--- 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