Defines a pragma for the compiler.
-pragma "name [ setting]"
The arguments are:
name
Same of the pragma.
setting
Arguments to give to the pragma
For example, this command-line option
-pragma "c99 on"
Is equivalent to inserting this directive in source code
#pragma c99 on