mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
debug options
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6e6e7d51a1
commit
15f645da66
|
@ -89,6 +89,7 @@ def parse_options():
|
|||
'x86-only',
|
||||
'x64-only'
|
||||
])
|
||||
print(options)
|
||||
for opt, arg in options:
|
||||
if opt in ('-b', '--build'):
|
||||
if arg == 'src':
|
||||
|
|
Loading…
Reference in a new issue