mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 16:02:56 +00:00
17 lines
702 B
Diff
17 lines
702 B
Diff
--- chrome/chrome_exe.gypi.ldflags 2012-06-28 09:02:24.000000000 -0400
|
|
+++ chrome/chrome_exe.gypi 2012-07-06 15:46:13.008003437 -0400
|
|
@@ -25,6 +25,14 @@
|
|
'<(DEPTH)/content/app/startup_helper_win.cc',
|
|
'<(DEPTH)/content/public/common/content_switches.cc',
|
|
],
|
|
+ # 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',
|
|
],
|