Skip to content

Commit

Permalink
Do not use --static for smt-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 10, 2024
1 parent 021272a commit 1040e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/setup-smt-switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ ! -d "$DEPS/smt-switch" ]; then
./contrib/setup-bitwuzla.sh
fi
# pass bison/flex directories from smt-switch perspective
./configure.sh --btor --cvc5 $CONF_OPTS --prefix=local --static --smtlib-reader --bison-dir=../bison/bison-install --flex-dir=../flex/flex-install
./configure.sh --btor --cvc5 $CONF_OPTS --prefix=local --smtlib-reader --bison-dir=../bison/bison-install --flex-dir=../flex/flex-install
cd build
make -j$(nproc)
make test
Expand Down

0 comments on commit 1040e1e

Please sign in to comment.