mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 15:19:15 +01:00
change compiler flags for performance. do a make clean first.
This commit is contained in:
parent
9df639a55c
commit
a1f6194f57
@ -26,7 +26,9 @@ INCLUDES := include src/platform/wii
|
|||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \
|
||||||
|
-fomit-frame-pointer -fno-exceptions \
|
||||||
|
-Wno-unused-parameter -Wno-strict-aliasing \
|
||||||
-DWORDS_BIGENDIAN
|
-DWORDS_BIGENDIAN
|
||||||
CXXFLAGS = $(CFLAGS)
|
CXXFLAGS = $(CFLAGS)
|
||||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||||
|
@ -26,7 +26,9 @@ INCLUDES := include src/platform/wii
|
|||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) \
|
CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) \
|
||||||
|
-fomit-frame-pointer -fno-exceptions \
|
||||||
|
-Wno-unused-parameter -Wno-strict-aliasing \
|
||||||
-DWORDS_BIGENDIAN
|
-DWORDS_BIGENDIAN
|
||||||
CXXFLAGS = $(CFLAGS)
|
CXXFLAGS = $(CFLAGS)
|
||||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref
|
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref
|
||||||
|
Loading…
Reference in New Issue
Block a user