1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-22 04:37:13 +01:00

Minor adjustment to standalone linker flags.

This commit is contained in:
Sandu Liviu Catalin 2018-02-06 02:26:00 +02:00
parent 92b2b57121
commit 6cd6b9bfdc

View File

@ -113,10 +113,12 @@ else
endif endif
ifdef STANDALONE ifdef STANDALONE
ifeq ($(SQ_PLAT),win)
SQ_DYNAMIC_LINKER_OPTIONS_ += -static SQ_DYNAMIC_LINKER_OPTIONS_ += -static
else else
SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic
endif endif
endif
SQ_DEFINES += -DSCRAT_USE_EXCEPTION -DSCRAT_USE_CXX11_OPTIMIZATIONS SQ_DEFINES += -DSCRAT_USE_EXCEPTION -DSCRAT_USE_CXX11_OPTIMIZATIONS