diff options
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
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 }, }, |