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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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
}
}