mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-01-27 19:37:54 +03:00
Link LibStdC++ statically
This commit is contained in:
parent
b7e2e97111
commit
855fc762b8
@ -1,7 +1,7 @@
|
||||
/opt/intel/bin/icpc \
|
||||
-O3 -m32 -shared \
|
||||
-fno-builtin -fno-rtti -Qoption,cpp,--treat_func_as_string_literal_cpp -no-intel-extensions -fno-stack-protector -std=c++14 \
|
||||
-ipo -s -static-libgcc -static-intel \
|
||||
-ipo -s -static-libgcc -static-intel -static-libstdc++ \
|
||||
-msse2 -fp-model strict -fomit-frame-pointer -g0 \
|
||||
-fvisibility=hidden \
|
||||
-Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \
|
||||
|
Loading…
x
Reference in New Issue
Block a user