Chromium Code Reviews| Index: tools/gyp/v8.gyp |
| =================================================================== |
| --- tools/gyp/v8.gyp (revision 2749) |
| +++ tools/gyp/v8.gyp (working copy) |
| @@ -66,6 +66,7 @@ |
| 'DEBUG', |
| '_DEBUG', |
| 'ENABLE_DISASSEMBLER', |
| + 'V8_ENABLE_CHECKS' |
| ], |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |
| @@ -84,7 +85,7 @@ |
| '-O2', |
| ], |
| 'cflags': [ |
| - '-fomit-frame-pointer', |
| + '-g', |
|
Mads Ager (chromium)
2009/08/26 06:22:20
Edit left over from testing? Remove.
Christian Plesner Hansen
2009/08/26 10:31:06
Whoops!
|
| '-O3', |
| ], |
| 'conditions': [ |