mirror of
https://github.com/libretro/neocd_libretro.git
synced 2024-11-27 02:20:38 +00:00
commit
8ddc788861
6
Makefile
6
Makefile
@ -214,7 +214,11 @@ else
|
||||
HAVE_CDROM := 1
|
||||
USE_LTO := 1
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/link.T -Wl,--no-undefined
|
||||
SHARED := -shared -static-libgcc -static-libstdc++
|
||||
ifneq ($(DEBUG), 1)
|
||||
SHARED += -s
|
||||
endif
|
||||
SHARED += -Wl,--version-script=$(CORE_DIR)/link.T -Wl,--no-undefined
|
||||
endif
|
||||
|
||||
LDFLAGS += $(LIBM)
|
||||
|
Loading…
Reference in New Issue
Block a user