commit e40f047866983599025aef37c45c7d343753d97e
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Oct 25 16:01:46 2016 -0400
try limiting debug
chromium-54.0.2840.59-i686-ld-memory-tricks.patch | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
b/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
index 6c57454..ff79fe8 100644
--- a/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
+++ b/chromium-54.0.2840.59-i686-ld-memory-tricks.patch
@@ -1,10 +1,12 @@
diff -up chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn.ldmemory
chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn
--- chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn.ldmemory 2016-10-19
15:56:20.253096784 -0400
+++ chromium-54.0.2840.59/build/toolchain/linux/BUILD.gn 2016-10-19 15:58:17.940833948
-0400
-@@ -72,6 +72,7 @@ gcc_toolchain("x86") {
+@@ -71,7 +71,8 @@ gcc_toolchain("x86") {
+ nm = "nm"
ar = "ar"
ld = cxx
- extra_cppflags = "-fno-delete-null-pointer-checks"
+- extra_cppflags = "-fno-delete-null-pointer-checks"
++ extra_cppflags = "-fno-delete-null-pointer-checks -g1"
+ extra_ldflags = "-fuse-ld=gold -Wl,--no-map-whole-files
-Wl,--no-keep-memory"
toolchain_args = {
Show replies by date