From 40dc44ef3d491c1e82e2938ba8912c2b9582c5b1 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Fri, 14 Oct 2022 22:45:08 -0500 Subject: [PATCH] Update BUILD.gn --- other/SSE3/build/config/win/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/SSE3/build/config/win/BUILD.gn b/other/SSE3/build/config/win/BUILD.gn index 2b301161..78b20397 100644 --- a/other/SSE3/build/config/win/BUILD.gn +++ b/other/SSE3/build/config/win/BUILD.gn @@ -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