Added bigobj

This commit is contained in:
KiritoDv 2025-03-10 20:02:55 -06:00
parent a65b1b6ca8
commit 8e8a5266ba
2 changed files with 3 additions and 0 deletions

View file

@ -449,6 +449,7 @@ if(MSVC)
/W3;
/MT
>
/bigobj;
/permissive-;
/MP;
${DEFAULT_CXX_DEBUG_INFORMATION_FORMAT};
@ -467,6 +468,7 @@ if(MSVC)
/Gy;
/MT
>
/bigobj;
/permissive-;
/MP;
/w;

View file

@ -8,6 +8,7 @@
#include "hud.h"
#include "assets.h"
#include "fox_map.h"
#include "global.h"
#include <filesystem>
#define SOL_ALL_SAFETIES_ON 1