OpenLara: update build options to match changes in git repo

This commit is contained in:
Yorick Hardy 2020-05-01 22:41:57 +02:00
parent 61370d0f69
commit ef13d804d7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ do-build:
`sdl2-config --cflags` \
${PTHREAD_CPPFLAGS} ${PTHREAD_CFLAGS} \
-fno-exceptions -fno-rtti -ffunction-sections -fdata-sections -Wl,--gc-sections \
-DNDEBUG -D__SDL2__ -DGL_GLEXT_PROTOTYPES \
-DNDEBUG -D__SDL2__ -D_SDL2_OPENGL \
main.cpp \
../../libs/stb_vorbis/stb_vorbis.c \
../../libs/minimp3/minimp3.cpp \