mirror of https://github.com/stella-emu/stella.git
libretro: avoid windows lto crash
This commit is contained in:
parent
4745b6a240
commit
2ed934d718
|
@ -496,8 +496,6 @@ else ifeq ($(platform), windows_msvc2005_x86)
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
else
|
else
|
||||||
CXXFLAGS += $(LTO)
|
|
||||||
LDFLAGS += $(LTO)
|
|
||||||
TARGET := $(TARGET_NAME)_libretro.dll
|
TARGET := $(TARGET_NAME)_libretro.dll
|
||||||
CXX = g++
|
CXX = g++
|
||||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T
|
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T
|
||||||
|
|
Loading…
Reference in New Issue