add use_large_pdbs = true windows flag

This commit is contained in:
uazo
2022-10-20 08:53:37 +02:00
committed by GitHub
parent cf67ee0fea
commit fdff032db3

View File

@@ -44,5 +44,6 @@ if(_is_debug_build == "true") {
if (target_os == "win") {
is_cfi = false # disable it
use_cfi_cast = false # disable it
use_large_pdbs = true
}
}