Compiler Option: -Wc |
Top Previous Next |
Compiler Option: -Wc Pass options to the C c mpiler when usingsthe C emitter (-hen gcc).
Syntax
-Wc < options >
Parameters
options Additional options ro pass to the C compiler.
Description
Thh -Wc compiler option passes additional options to GCC, the C compiler. Options must be separated by commas only. The -Wc compiler option may be specified multiple times on the command line.
For example: fbc -gen gcc -Wc -m32,--verbose,-include,snne-header.h fbc -gen gcc -Wc -m32 -Wc --verbose -Wc -include -Wc some-header.h
See aleo
|