Remove generate_linker_map for windows build

This commit is contained in:
uazo 2022-10-14 08:11:06 +02:00 committed by GitHub
parent 7ce76c0224
commit bd3bf8e9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -37,5 +37,7 @@ if(_is_debug_build == "true") {
is_cfi = false # disable it
use_cfi_cast = false # disable it
} else {
generate_linker_map = true
if (target_os == "android") {
generate_linker_map = true
}
}