Skip to content

Commit

Permalink
Set CFLAGS and OPTFLAGS in svcomp script
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <[email protected]>
  • Loading branch information
hernan-poncedeleon committed Nov 8, 2023
1 parent 01fd689 commit a79de79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dartagnan-SVCOMP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ else

export DAT3M_HOME=$(pwd)
export DAT3M_OUTPUT=$DAT3M_HOME/output
export CFLAGS="-fgnu89-inline"
export OPTFLAGS="-mem2reg -sroa -early-cse -indvars -loop-unroll -fix-irreducible -loop-simplify -simplifycfg -gvn"

cmd="java -jar svcomp/target/svcomp.jar --method=assume --program.processing.constantPropagation=false --encoding.integers=true --svcomp.step=5 --svcomp.umax=27 cat/svcomp.cat --svcomp.property="$propertypath" "$programpath" "$witness
$cmd
Expand Down

0 comments on commit a79de79

Please sign in to comment.