mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-01-29 20:27:54 +03:00
Removed unrecognized options
This commit is contained in:
parent
f621b497f9
commit
45da8a11d9
@ -1,8 +1,8 @@
|
|||||||
g++ \
|
g++ \
|
||||||
-O3 -m32 -shared \
|
-O3 -m32 -shared \
|
||||||
-fno-builtin -fno-rtti -Qoption,cpp,--treat_func_as_string_literal_cpp -fno-stack-protector -std=c++14 \
|
-fno-builtin -fno-rtti -fno-stack-protector -std=c++14 \
|
||||||
-ipo -s -static-libstdc++ \
|
-s -static-libstdc++ \
|
||||||
-msse2 -fp-model strict -fomit-frame-pointer -g0 \
|
-msse2 -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 \
|
||||||
Main.cpp \
|
Main.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user