Intel® Fortran Compiler XE 13.1 User and Reference Guides
Undefines any definition currently in effect for the specified symbol.
Windows: Preprocessor > Undefine Preprocessor Definitions
Linux: None
OS X: Preprocessor > Undefine Preprocessor Definitions
All
Linux and OS X: | -Uname |
Windows: | /Uname |
name |
Is the name of the symbol to be undefined. |
OFF |
Symbol definitions are in effect until they are undefined. |
This option undefines any definition currently in effect for the specified symbol.
On Windows systems, use the /u option to undefine all previously defined preprocessor values.
Linux and OS X: None
Windows: /undefine:name