We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba4273 commit 702bd31Copy full SHA for 702bd31
docs/running.md
@@ -107,7 +107,7 @@ SMACK should report no errors for this example.
107
108
Under the hood, SMACK first compiles the example into an LLVM bitcode file using Clang:
109
```Shell
110
-clang -c -Wall -emit-llvm -O0 -g -I../../share/smack/include simple.c -o simple.bc
+clang -c -Wall -emit-llvm -O0 -g -Xclang -disable-O0-optnone -I../../share/smack/include simple.c -o simple.bc
111
```
112
We use the `-g` flag to compile with debug information enabled, which the SMACK
113
verifier leverages to generate more informative error traces. Then, the generated bitcode
0 commit comments