Skip to content

Commit

Permalink
Merge pull request #1009 from arnaudgolfouse/fix-mlcfg
Browse files Browse the repository at this point in the history
Fix the `mlcfg` script
  • Loading branch information
Armael committed May 22, 2024
2 parents 98cc00f + 8f66a1f commit 40b03ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mlcfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ OUTDIR=$(pwd)
popd > /dev/null
SCRIPTPATH=$(dirname "$BASH_SOURCE")
pushd $SCRIPTPATH > /dev/null
cargo run --bin creusot-rustc -- \
eval $(cargo run --bin dev-env)
cargo run --bin creusot-rustc -- \
--why3-config-file $WHY3CONFIG \
--output-file="${INPUTPATH%.*}.mlcfg" \
--span-mode=absolute \
-- -Zno-codegen \
Expand Down

0 comments on commit 40b03ff

Please sign in to comment.