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