mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +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
|
-- Visual Studio common compiler/linker options
|
||||||
filter { "action:vs*", }
|
filter { "action:vs*", }
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"/permissive-", "/DYNAMICBASE",
|
"/permissive-", "/DYNAMICBASE", "/bigobj",
|
||||||
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
"/utf-8", "/Zc:char8_t-", "/EHsc", "/GL-"
|
||||||
}
|
}
|
||||||
linkoptions {
|
linkoptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user