Compiler Option: -Wc
Documentation
Pass options to the C compiler when using the C emitter (-gen gcc).Syntax
-Wc < options >
Parameters
optionsAdditional options to pass to the C compiler.
Description
The
For example:
-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,some-header.hfbc -gen gcc -Wc -m32 -Wc --verbose -Wc -include -Wc some-header.hSee also