mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
use /bigobj in case many templates are used
This commit is contained in:
parent
8c3815b9af
commit
00c10d5800
@ -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…
Reference in New Issue
Block a user