-pragma

Defines a pragma for the compiler.

Syntax
  -pragma "name [
  setting]"

The arguments are:

name

Same of the pragma.

setting

Arguments to give to the pragma

Remarks

For example, this command-line option

  -pragma "c99 on"

Is equivalent to inserting this directive in source code

  #pragma c99 on
Related information
-char
-defaults
-encoding
-flag
-gccext
-gcc_extensions
-M
-make
-mapcr
-MM
-MD
-MMD
-msext
-once
-relax_pointers
-requireprotos
-search
-trigraphs