mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-11 05:15:11 +01:00
Set it to -O2 by default
This commit is contained in:
parent
8d14bf479d
commit
3a756ed18d
@ -254,12 +254,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
CFLAGS += -O0 -g
|
CFLAGS += -O0 -g
|
||||||
else ifeq ($(platform),qnx)
|
|
||||||
CFLAGS += -Os -DNDEBUG
|
|
||||||
else ifeq ($(platform), emscripten)
|
|
||||||
CFLAGS += -O2 -DNDEBUG
|
|
||||||
else
|
else
|
||||||
CFLAGS += -O3 -DNDEBUG
|
CFLAGS += -O2 -DNDEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CORE_DIR := .
|
CORE_DIR := .
|
||||||
|
Loading…
Reference in New Issue
Block a user