disable use_relative_vtables_abi

This commit is contained in:
uazo 2023-03-06 09:31:51 -09:00 committed by GitHub
parent 6b6e64d2a8
commit b438ab71d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ if (target_os == "android") {
use_cfi_cast = false # disable it
} else {
generate_linker_map = true
use_relative_vtables_abi = false
}
}