More Cleaning up

This commit is contained in:
6arelyFuture 2021-05-11 09:53:20 +02:00
parent 4c72d75fcc
commit f4de3378ab
Signed by: Future
GPG Key ID: FA77F074E98D98A5
4 changed files with 5 additions and 5 deletions

View File

@ -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"}

View File

@ -36,4 +36,4 @@ typedef struct
} serverInfo_t; } serverInfo_t;
#pragma pack() #pragma pack()

View File

@ -1 +1 @@
#include "stdinc.hpp" #include "stdinc.hpp"

View File

@ -27,4 +27,4 @@ using namespace std::literals;
#ifdef _LINUX #ifdef _LINUX
#pragma clang diagnostic pop #pragma clang diagnostic pop
#endif #endif