From: twinaphex Date: Thu, 8 Sep 2016 10:18:09 +0000 (+0200) Subject: Both ios and emscripten have problems with this - hide behind X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33a365d783c8a6a360de8668eeb86a26086c551;p=picodrive.git Both ios and emscripten have problems with this - hide behind HAVE_GDB ifdef --- 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