remove is_cfi and use_cfi_cast from windows build

This commit is contained in:
uazo 2022-10-14 11:59:47 +02:00 committed by GitHub
parent c3eb2dcb7b
commit f6ee667765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@ 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
}
}