fix order

This commit is contained in:
uazo 2022-10-20 09:01:05 +02:00 committed by GitHub
parent fdff032db3
commit a872a2dee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -40,10 +40,10 @@ if(_is_debug_build == "true") {
if (target_os == "android") {
generate_linker_map = true
}
if (target_os == "win") {
is_cfi = false # disable it
use_cfi_cast = false # disable it
use_large_pdbs = true
}
}
if (target_os == "win") {
is_cfi = false # disable it
use_cfi_cast = false # disable it
use_large_pdbs = true
}