mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-08-27 17:11:33 +03:00
Static link libc
This commit is contained in:
parent
855fc762b8
commit
3dee14fff6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/opt/intel/bin/icpc \
|
/opt/intel/bin/icpc \
|
||||||
-O3 -m32 -shared \
|
-O3 -m32 -shared \
|
||||||
-fno-builtin -fno-rtti -Qoption,cpp,--treat_func_as_string_literal_cpp -no-intel-extensions -fno-stack-protector -std=c++14 \
|
-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 -static-libstdc++ \
|
-ipo -s -static-libgcc -static-intel -static-libstdc++ -static-libc \
|
||||||
-msse2 -fp-model strict -fomit-frame-pointer -g0 \
|
-msse2 -fp-model strict -fomit-frame-pointer -g0 \
|
||||||
-fvisibility=hidden \
|
-fvisibility=hidden \
|
||||||
-Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \
|
-Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue