From a33a365d783c8a6a360de8668eeb86a26086c551 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Sep 2016 12:18:09 +0200 Subject: [PATCH] Both ios and emscripten have problems with this - hide behind HAVE_GDB ifdef --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2