Fixed default value for enable_asan.
This commit is contained in:
parent
0b8d115907
commit
10a5239b7f
@ -724,7 +724,7 @@ vars.Add('PYTHON', 'Python Executable', 'python')
|
|||||||
vars.Add('COMPILATIONDB_FILTER_FILES', 'Removes source files from the compilation DB that are not from the current'
|
vars.Add('COMPILATIONDB_FILTER_FILES', 'Removes source files from the compilation DB that are not from the current'
|
||||||
' project.', config['COMPILATIONDB_FILTER_FILES'])
|
' project.', config['COMPILATIONDB_FILTER_FILES'])
|
||||||
vars.Add('SHOW_INCLUDES', 'Show include hierarchy (for debugging).', False)
|
vars.Add('SHOW_INCLUDES', 'Show include hierarchy (for debugging).', False)
|
||||||
vars.Add('ENABLE_ASAN', 'Enable address sanitization.', enable_asan)
|
vars.Add('ENABLE_ASAN', 'Enable address sanitization.', bool(enable_asan))
|
||||||
|
|
||||||
tools = ['default', 'compilation_db', 'unity_build']
|
tools = ['default', 'compilation_db', 'unity_build']
|
||||||
if 'TOOLS' in config:
|
if 'TOOLS' in config:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user