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