mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-23 08:00:17 +00:00
Do not strip debug library
This commit is contained in:
parent
6d03208775
commit
2c1cd44a20
@ -143,7 +143,10 @@ else
|
||||
CC = gcc
|
||||
fpic :=
|
||||
LD_FLAGS :=
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s
|
||||
SHARED := -shared -static-libgcc -static-libstdc++
|
||||
ifneq ($(DEBUG), 1)
|
||||
SHARED += -s
|
||||
endif
|
||||
CFLAGS += -D__WIN32__ -D__WIN32_LIBRETRO__
|
||||
WINSOCKS := -lws2_32
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user