Skip to content

Commit

Permalink
build: set "clang" in config.gypi in GN build
Browse files Browse the repository at this point in the history
PR-URL: #53004
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
zcbenz committed May 20, 2024
1 parent 17a7663 commit b1c1faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generate_config_gypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def translate_config(out_dir, config, v8_config):
},
'variables': {
'asan': bool_string_to_number(config['is_asan']),
'clang': bool_to_number(config['is_clang']),
'enable_lto': config['use_thin_lto'],
'is_debug': bool_string_to_number(config['is_debug']),
'llvm_version': 13,
Expand Down

0 comments on commit b1c1faf

Please sign in to comment.