mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-08 00:25:38 +02:00
use /bigobj in case many templates are used
This commit is contained in:
parent
8c3815b9af
commit
00c10d5800
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ filter { "configurations:*release", }
|
|||
-- Visual Studio common compiler/linker options
|
||||
filter { "action:vs*", }
|
||||
buildoptions {
|
||||
"/permissive-", "/DYNAMICBASE",
|
||||
"/permissive-", "/DYNAMICBASE", "/bigobj",
|
||||
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
||||
}
|
||||
linkoptions {
|
||||
|
|
Loading…
Add table
Reference in a new issue