Skip to content
Snippets Groups Projects
Commit fbc88554 authored by Julien Signoles's avatar Julien Signoles
Browse files

Merge branch 'fix/andre/e-acsl-gcc-help-examples' into 'master'

[e-acsl] provide some examples in e-acsl-gcc.sh help message

See merge request frama-c/frama-c!3685
parents 5e23a535 6344a031
No related branches found
No related tags found
No related merge requests found
...@@ -424,9 +424,13 @@ Options: ...@@ -424,9 +424,13 @@ Options:
-c compile instrumented code -c compile instrumented code
-C assume that the input files have already been instrumented -C assume that the input files have already been instrumented
-l pass additional options to the linker -l pass additional options to the linker
(e.g. -l -lm)
-e pass additional options to the prepreprocessor -e pass additional options to the prepreprocessor
(e.g. -e \"-DPI=3.14 -DE_ACSL_DEBUG_ASSERT\")
-E pass additional arguments to the Frama-C preprocessor -E pass additional arguments to the Frama-C preprocessor
(e.g. -E \"-Iinclude -DMACRO=1\")
-F pass additional options to the Frama-C command line -F pass additional options to the Frama-C command line
(e.g. -F -c11)
-o <file> output the generated code to <file> [a.out.frama.c] -o <file> output the generated code to <file> [a.out.frama.c]
-O <file> output the generated executables to <file> [a.out, a.out.e-acsl] -O <file> output the generated executables to <file> [a.out, a.out.e-acsl]
-M maximize memory-related instrumentation -M maximize memory-related instrumentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment