mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
pass static-libstdc++ via USER_LDFLAGS
This commit is contained in:
parent
1a7c574dce
commit
17c66c3da0
1 changed files with 4 additions and 2 deletions
|
@ -9,9 +9,11 @@ DOOM3_GAMEDIR := base
|
|||
GRAPHITE_CFLAGS := \
|
||||
-ftree-loop-linear -floop-strip-mine -floop-block
|
||||
|
||||
USER_CFLAGS := \
|
||||
USER_CFLAGS := -Wno-error
|
||||
USER_CXXFLAGS := \
|
||||
-ffast-math -fomit-frame-pointer \
|
||||
-Wno-error -fexceptions -static-libstdc++
|
||||
-Wno-error -fexceptions
|
||||
USER_LDFLAGS := -static-libstdc++
|
||||
|
||||
#MM- aros-doom3-libs : workbench-libs-jpeg-linklib contrib-openal-linklib development-libogg development-libvorbis
|
||||
#MM- aros-doom3-libs : contrib-curl contrib-sdl development-SDL_gfx-quick
|
||||
|
|
Loading…
Reference in a new issue