summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 21:44:48 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 21:44:48 +0000
commit9fe045f71d0f605c807834b82f9999a5f43ff791 (patch)
tree7959164360529320d50ef119a16f03c118559e3d /breakpad/breakpad.gyp
parent026178917a69d1fbe84eb884422a2267b908b15d (diff)
downloadchromium_src-9fe045f71d0f605c807834b82f9999a5f43ff791.zip
chromium_src-9fe045f71d0f605c807834b82f9999a5f43ff791.tar.gz
chromium_src-9fe045f71d0f605c807834b82f9999a5f43ff791.tar.bz2
Refer to newly-filed bug about Breakpad Mac dump_syms compiler optimization
Review URL: http://codereview.chromium.org/173402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 6312200..e154198 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -119,7 +119,7 @@
# dump_syms crashes when built at -O1, -O2, and -O3. It does
# not crash at -Os. To play it safe, dump_syms is always built
# at -O0 until this can be sorted out.
- # TODO(mark): Sort it out.
+ # http://code.google.com/p/google-breakpad/issues/detail?id=329
'GCC_OPTIMIZATION_LEVEL': '0', # -O0
},
},