chromium-browser-stable-test/adjust-ldflags-no-keep-memory.patch

19 lines
815 B
Diff
Raw Normal View History

2015-04-15 15:41:32 +03:00
diff -urN chromium-42.0.2311.90.orig/chrome/chrome_exe.gypi chromium-42.0.2311.90/chrome/chrome_exe.gypi
--- chromium-42.0.2311.90.orig/chrome/chrome_exe.gypi 2015-04-15 14:41:05.281523962 +0300
+++ chromium-42.0.2311.90/chrome/chrome_exe.gypi 2015-04-15 14:44:01.887325379 +0300
@@ -75,6 +75,14 @@
'app/signature_validator_win.cc',
'app/signature_validator_win.h',
2015-02-09 22:38:31 +03:00
],
+ # Hey, I know what would be an awesome idea.
+ # Let us statically compile EVERYTHING into one giant
+ # freaking executable. Too bad this means we can't build
+ # natively on an IA32 machine. If only someone would
+ # invent shared library objects. Idiots.
+ 'ldflags': [
+ '-Wl,--no-keep-memory'
+ ],
'mac_bundle_resources': [
'app/app-Info.plist',
],