try different flags

epel8
Tom Callaway 8 years ago
parent 76530c5329
commit 27446e8938

@ -5,7 +5,7 @@ diff -up chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn.ldmemory chromium-
ar = "ar" ar = "ar"
ld = cxx ld = cxx
extra_cppflags = "-fno-delete-null-pointer-checks" extra_cppflags = "-fno-delete-null-pointer-checks"
+ extra_ldflags = "-fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-memory -Wl,--no-keep-mapped-files" + extra_ldflags = "-fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
toolchain_args = { toolchain_args = {
current_cpu = "x86" current_cpu = "x86"

Loading…
Cancel
Save