Update BUILD.gn

This commit is contained in:
Alexander David Frick 2023-01-27 07:13:34 -06:00 committed by GitHub
parent 27638e3d14
commit d9499884b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 += [