fix order
This commit is contained in:
parent
fdff032db3
commit
a872a2dee8
@ -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") {
|
|
||||||
is_cfi = false # disable it
|
if (target_os == "win") {
|
||||||
use_cfi_cast = false # disable it
|
is_cfi = false # disable it
|
||||||
use_large_pdbs = true
|
use_cfi_cast = false # disable it
|
||||||
}
|
use_large_pdbs = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user