mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Added bigobj
This commit is contained in:
parent
a65b1b6ca8
commit
8e8a5266ba
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue