mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update BUILD.gn
This commit is contained in:
parent
27638e3d14
commit
d9499884b7
1 changed files with 1 additions and 1 deletions
|
@ -2229,7 +2229,7 @@ if (is_win) {
|
|||
if ((!is_nacl || is_nacl_saigo) && is_clang) {
|
||||
# We don't care about unique section names, this makes object files a bit
|
||||
# smaller.
|
||||
common_optimize_on_cflags += [ "-fno-unique-section-names" ]
|
||||
# common_optimize_on_cflags += [ "-fno-unique-section-names" ]
|
||||
}
|
||||
|
||||
common_optimize_on_ldflags += [
|
||||
|
|
Loading…
Reference in a new issue