update build flag

This commit is contained in:
Adeeb Shihadeh 2023-08-24 14:04:09 -07:00
parent bfc03db461
commit 23878eecf0
1 changed files with 5 additions and 3 deletions

View File

@ -15,9 +15,11 @@ cpppath = [
python_path
]
AddOption('--test',
action='store_true',
help='build test files')
AddOption('--minimal',
action='store_false',
dest='extras',
default=True,
help='the minimum build. no tests, tools, etc.')
AddOption('--asan',
action='store_true',