Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-10-14 22:45:08 -05:00 committed by GitHub
parent 494bedf8b9
commit 40dc44ef3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ config("compiler") {
if (use_lld) {
# String tail merging leads to smaller binaries, but they don't compress
# as well, leading to increased mini_installer size (crbug.com/838449).
ldflags += [ "/OPT:NOLLDTAILMERGE" ]
# ldflags += [ "/OPT:NOLLDTAILMERGE" ]
}
# TODO(siggi): Is this of any use anymore?
@ -210,7 +210,7 @@ config("compiler") {
# PDB file by about 5%) but does not otherwise alter the output binary. It
# is enabled opportunistically for builds where it is not prohibited (not
# supported when incrementally linking, or using /debug:fastlink).
ldflags += [ "/PROFILE" ]
# ldflags += [ "/PROFILE" ]
}
# arflags apply only to static_libraries. The normal linker configs are only