mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-16 22:38:31 +01:00
(Emscripten) Target should work now
This commit is contained in:
parent
f191d3f834
commit
d6a897aa61
6
Makefile
6
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_
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user