-flag

Specify compiler #pragma as either on or off.

Syntax
  -fl[ag] [no-]pragma 
Examples
  -flag foo

is equivalent to #pragma foo on.

-flag no-foo  

is the same as #pragma foo off.