notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a897a
)
Both ios and emscripten have problems with this - hide behind
author
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 10:18:09 +0000
(12:18 +0200)
committer
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 10:18:09 +0000
(12:18 +0200)
HAVE_GDB ifdef
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
eb5dc0a
..
c7fbe9e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,7
+13,7
@@
endif
#drc_debug = 7
#profile = 1
-if
neq ($(platform),emscripten
)
+if
eq ($(WANT_GDB),1
)
CFLAGS += ggdb -falign-functions=2
endif