remove is_cfi and use_cfi_cast from windows build
This commit is contained in:
parent
c3eb2dcb7b
commit
f6ee667765
@ -40,4 +40,9 @@ 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
|
||||||
|
use_cfi_cast = false # disable it
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user