fp-stack-check, Qfp-stack-check
Tells the compiler to generate extra code after every function call to ensure that the floating-point stack is in the expected state.
fp-trap, Qfp-trap
Sets the floating-point trapping mode for the main routine.
fpic
Determines whether the compiler generates position-independent code.
fpie
Tells the compiler to generate position-independent code. The generated code can only be linked into executables.
Fr
Invokes the Microsoft C/C++ compiler and tells it to produce a BSCMAKE.sbr file without information on local variables. This is a deprecated option.
FR
Invokes the Microsoft C/C++ compiler and tells it to produce a BSCMAKE .sbr file with complete symbolic information.
freg-struct-return
Return struct and union values in registers when possible.
fshort-enums
Tells the compiler to allocate as many bytes as needed for enumerated types.
fsource-asm
Produces an assembly listing with source code annotations.
fstack-protector
This is an alternate name for option -fstack-security-check.
fstack-security-check, GS
Determines whether the compiler generates code that detects some buffer overruns.
fstrict-aliasing
This is an alternate name for option -ansi-alias.
fsyntax-only
Tells the compiler to check only for correct syntax.