diff --git a/premake5.lua b/premake5.lua index 01b23e0..0ec7d3a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -75,8 +75,8 @@ defines { "_LINUX" } configuration "Release" optimize "Size" --- buildoptions {"/GL"} --- linkoptions { "/IGNORE:4702", "/LTCG" } +buildoptions {"/GL"} +linkoptions { "/IGNORE:4702", "/LTCG" } defines {"NDEBUG"} diff --git a/src/main.hpp b/src/main.hpp index 5d535a0..cb97149 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -36,4 +36,4 @@ typedef struct } serverInfo_t; -#pragma pack() \ No newline at end of file +#pragma pack() diff --git a/src/stdinc.cpp b/src/stdinc.cpp index ea7961b..02d87ab 100644 --- a/src/stdinc.cpp +++ b/src/stdinc.cpp @@ -1 +1 @@ -#include "stdinc.hpp" \ No newline at end of file +#include "stdinc.hpp" diff --git a/src/stdinc.hpp b/src/stdinc.hpp index 9dab2a6..d068d68 100644 --- a/src/stdinc.hpp +++ b/src/stdinc.hpp @@ -27,4 +27,4 @@ using namespace std::literals; #ifdef _LINUX #pragma clang diagnostic pop -#endif \ No newline at end of file +#endif