| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0450ce7 commit 78f4b03
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | 'node_tag%': '', | |
| 15 | 15 | 'uv_library%': 'static_library', | |
| 16 | 16 | ||
| 17 | - # Default to -O0 for debug builds. | ||
| 17 | + # Default to -Og for debug builds. | ||
| 18 | 18 | 'v8_optimized_debug%': 0, | |
| 19 | 19 | ||
| 20 | 20 | # Enable disassembler for `--print-code` v8 options | |
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | 'v8_enable_handle_zapping%': 1, | |
| 55 | 55 | }, | |
| 56 | 56 | 'defines': [ 'DEBUG', '_DEBUG' ], | |
| 57 | - 'cflags': [ '-g', '-O0' ], | ||
| 57 | + 'cflags': [ '-g', '-Og' ], | ||
| 58 | 58 | 'conditions': [ | |
| 59 | 59 | ['target_arch=="x64"', { | |
| 60 | 60 | 'msvs_configuration_platform': 'x64', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments