mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-02-12 14:58:50 +03:00
10 lines
293 B
Bash
10 lines
293 B
Bash
g++ \
|
|
-O3 -m32 -shared \
|
|
-fno-builtin -fno-rtti -fno-stack-protector -std=c++14 \
|
|
-s -static-libstdc++ \
|
|
-msse2 -fomit-frame-pointer -g0 \
|
|
-fvisibility=hidden \
|
|
-Ihlsdk/common -Ihlsdk/dlls -Ihlsdk/engine -Ihlsdk/pm_shared -Imetamod \
|
|
Main.cpp \
|
|
-lrt -ldl -lm \
|
|
-o SafeNameAndChat.so |