|
|
@ -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 = "--no-keep-memory --reduce-memory-overheads"
|
|
|
|
+ extra_ldflags = "-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|
|
|
|
|
|
|
|
|
|
|
toolchain_args = {
|
|
|
|
toolchain_args = {
|
|
|
|
current_cpu = "x86"
|
|
|
|
current_cpu = "x86"
|
|
|
|