Skip to content

Commit

Permalink
Merge branch 'development' into development_rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHaas committed Jul 27, 2023
2 parents 0f327ea + 52e1854 commit b9db99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ At least the following compiler flag needs to be set, further can be added (only
```
export CFLAGS="-I$DAT3M_HOME/include"
export SMACK_FLAGS="-q -t --no-memory-splitting"
export ATOMIC_REPLACE_OPTS="-mem2reg -sroa -early-cse -indvars -loop-unroll -simplifycfg -gvn"
export ATOMIC_REPLACE_OPTS="-mem2reg -sroa -early-cse -indvars -loop-unroll -fix-irreducible -loop-simplify -simplifycfg -gvn"
```

If you are verifying C code, be sure both `clang` and `smack` are in your `PATH`.
Expand Down

0 comments on commit b9db99c

Please sign in to comment.