Commit f70085e4 authored by thestig@chromium.org's avatar thestig@chromium.org

Add debugging symbols to official Linux Chrome builds.

Review URL: http://codereview.chromium.org/115874

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17107 0039d316-1c4b-4281-b951-d872f2087c98
parent de86a851
...@@ -62,6 +62,11 @@ ...@@ -62,6 +62,11 @@
'conditions': [ 'conditions': [
['branding=="Chrome"', { ['branding=="Chrome"', {
'defines': ['GOOGLE_CHROME_BUILD'], 'defines': ['GOOGLE_CHROME_BUILD'],
'conditions': [
['OS=="linux"', {
'cflags': [ '-gstabs' ],
}],
],
}, { # else: branding!="Chrome" }, { # else: branding!="Chrome"
'defines': ['CHROMIUM_BUILD'], 'defines': ['CHROMIUM_BUILD'],
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment