We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb72f1b commit 8e02317Copy full SHA for 8e02317
regression/memory-analyzer/compile_example.sh
@@ -6,5 +6,5 @@ set -e
6
7
NAME=${5%.exe}
8
9
-goto-gcc -g -o $NAME.exe $NAME.c
+../../../src/goto-cc/goto-gcc -g -std=c11 -o $NAME.exe $NAME.c
10
$MEMORYANALYZER $@
0 commit comments