From 3dee14fff6c086322a5fcd42acdca579b5d9dd3e Mon Sep 17 00:00:00 2001 From: Artem Golubikhin Date: Sun, 29 Jan 2017 22:47:04 +0000 Subject: [PATCH] Static link libc --- Compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile.sh b/Compile.sh index 5d1cccf..ae155e6 100644 --- a/Compile.sh +++ b/Compile.sh @@ -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 -static-libstdc++ \ + -ipo -s -static-libgcc -static-intel -static-libstdc++ -static-libc \ -msse2 -fp-model strict -fomit-frame-pointer -g0 \ -fvisibility=hidden \ -Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \