fix order

This commit is contained in:
uazo
2022-10-20 09:01:05 +02:00
committed by GitHub
parent fdff032db3
commit a872a2dee8

View File

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