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