mirror of
https://github.com/libretro/instancingviewer-libretro-gl.git
synced 2024-11-22 23:29:54 +00:00
Remove -s from Windows build flags. It rips out the debug info, even with DEBUG=1.
This commit is contained in:
parent
a8e8de66bd
commit
e6e8147d41
2
Makefile
2
Makefile
@ -93,7 +93,7 @@ else ifeq ($(platform), emscripten)
|
||||
else
|
||||
CC = gcc
|
||||
TARGET := $(TARGET_NAME)_libretro.dll
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
SHARED := -shared -static-libgcc -static-libstdc++ -Wl,--version-script=link.T -Wl,--no-undefined
|
||||
GL_LIB := -L. -lopengl32
|
||||
CXXFLAGS += -DGLEW_STATIC
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user