Both ios and emscripten have problems with this - hide behind
authortwinaphex <libretro@gmail.com>
Thu, 8 Sep 2016 10:18:09 +0000 (12:18 +0200)
committertwinaphex <libretro@gmail.com>
Thu, 8 Sep 2016 10:18:09 +0000 (12:18 +0200)
HAVE_GDB ifdef

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