mirror of https://github.com/snes9xgit/snes9x.git
Remove this for Wii/WiiU/Gamecube
This commit is contained in:
parent
f09a33abd5
commit
88db1ab09f
|
@ -202,9 +202,6 @@ else ifeq ($(platform), xenon)
|
|||
|
||||
# Nintendo Game Cube / Wii / WiiU
|
||||
else ifneq (,$(filter $(platform), ngc wii wiiu))
|
||||
CFLAGS += -flto
|
||||
CXXFLAGS += -flto
|
||||
LDFLAGS += -flto
|
||||
TARGET := $(TARGET_NAME)_libretro_$(platform).a
|
||||
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
|
||||
CXX = $(DEVKITPPC)/bin/powerpc-eabi-g++$(EXE_EXT)
|
||||
|
|
Loading…
Reference in New Issue