Compile without optimization

This commit is contained in:
simon.kagstrom 2009-05-09 14:41:59 +00:00
parent 22c30f60b7
commit 7b601c6135

View File

@ -72,7 +72,7 @@ $(BIN_DIR)/%.dol: %.elf
@echo ----
# Compilation flags.
COMMON_FLAGS := -g -O2 -Wall $(MACHDEP)
COMMON_FLAGS := -g -Wall $(MACHDEP)
INCLUDES := -Isrc/md-generic/ -Isrc/include -Isrc -I/usr/include/SDL
DEFINES := -DGEKKO -DFPUEMU -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 -DAGA \
-DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE \