Remove generate_linker_map for windows build
This commit is contained in:
parent
7ce76c0224
commit
bd3bf8e9cf
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user