mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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',
|
'x86-only',
|
||||||
'x64-only'
|
'x64-only'
|
||||||
])
|
])
|
||||||
|
print(options)
|
||||||
for opt, arg in options:
|
for opt, arg in options:
|
||||||
if opt in ('-b', '--build'):
|
if opt in ('-b', '--build'):
|
||||||
if arg == 'src':
|
if arg == 'src':
|
||||||
|
|
Loading…
Reference in a new issue