| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 1605a797611de7abf6f060a0565b86352d5bf530..bb1111dfceeb06f1392bdcff2fa2ec02f785678b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -930,7 +930,7 @@
|
|
|
| # The default value for mac_strip in target_defaults. This cannot be
|
| # set there, per the comment about variable% in a target_defaults.
|
| - 'mac_strip_release%': 1,
|
| + 'mac_strip_release%': 0,
|
|
|
| # Set to 1 to enable code coverage. In addition to build changes
|
| # (e.g. extra CFLAGS), also creates a new target in the src/chrome
|
| @@ -1022,7 +1022,7 @@
|
| # Enable strict glibc debug mode.
|
| 'glibcxx_debug%': 0,
|
| # And if we want to dump symbols for Breakpad-enabled builds.
|
| - 'linux_dump_symbols%': 0,
|
| + 'linux_dump_symbols%': 1,
|
| # And if we want to strip the binary after dumping symbols.
|
| 'linux_strip_binary%': 0,
|
| # Strip the test binaries needed for Linux reliability tests.
|
|
|