SafeNameAndChat/Compile.sh

10 lines
293 B
Bash
Raw Normal View History

2017-07-13 20:55:05 +00:00
g++ \
2016-01-25 02:09:11 +00:00
-O3 -m32 -shared \
2017-07-13 20:57:43 +00:00
-fno-builtin -fno-rtti -fno-stack-protector -std=c++14 \
-s -static-libstdc++ \
-msse2 -fomit-frame-pointer -g0 \
2016-01-25 02:09:11 +00:00
-fvisibility=hidden \
-Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \
Main.cpp \
-lrt -ldl -lm \
-o SafeNameAndChat.so