mirror of
https://github.com/diamante0018/MW3ProtocolExploit.git
synced 2025-06-06 11:17:42 +00:00
More Cleaning up
This commit is contained in:
parent
4c72d75fcc
commit
f4de3378ab
@ -75,8 +75,8 @@ defines { "_LINUX" }
|
|||||||
|
|
||||||
configuration "Release"
|
configuration "Release"
|
||||||
optimize "Size"
|
optimize "Size"
|
||||||
-- buildoptions {"/GL"}
|
buildoptions {"/GL"}
|
||||||
-- linkoptions { "/IGNORE:4702", "/LTCG" }
|
linkoptions { "/IGNORE:4702", "/LTCG" }
|
||||||
|
|
||||||
defines {"NDEBUG"}
|
defines {"NDEBUG"}
|
||||||
|
|
||||||
|
@ -36,4 +36,4 @@ typedef struct
|
|||||||
|
|
||||||
} serverInfo_t;
|
} serverInfo_t;
|
||||||
|
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "stdinc.hpp"
|
#include "stdinc.hpp"
|
||||||
|
@ -27,4 +27,4 @@ using namespace std::literals;
|
|||||||
|
|
||||||
#ifdef _LINUX
|
#ifdef _LINUX
|
||||||
#pragma clang diagnostic pop
|
#pragma clang diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user