| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 65308b6 commit 99da7d7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,6 +79,7 @@ def translate_config(out_dir, config, v8_config): | |||
| 79 | 79 | }, | |
| 80 | 80 | 'variables': { | |
| 81 | 81 | 'asan': bool_string_to_number(config['is_asan']), | |
| 82 | + 'clang': bool_to_number(config['is_clang']), | ||
| 82 | 83 | 'enable_lto': config['use_thin_lto'], | |
| 83 | 84 | 'is_debug': bool_string_to_number(config['is_debug']), | |
| 84 | 85 | 'llvm_version': 13, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments