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:
f191d3f
)
(Emscripten) Target should work now
author
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 08:43:22 +0000
(10:43 +0200)
committer
twinaphex
<libretro@gmail.com>
Thu, 8 Sep 2016 08:43:22 +0000
(10:43 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
7a4e130
..
eb5dc0a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
TARGET ?= PicoDrive
-CFLAGS += -Wall
-ggdb -falign-functions=2
+CFLAGS += -Wall
CFLAGS += -I. -DINLINE=inline
ifndef DEBUG
CFLAGS += -O2 -DNDEBUG -ffunction-sections
@@
-13,6
+13,10
@@
endif
#drc_debug = 7
#profile = 1
+ifneq ($(platform),emscripten)
+CFLAGS += ggdb -falign-functions=2
+endif
+
all: config.mak target_