Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether Apple* blocks are enabled or disabled.
Not available on Intel® 64 architecture targeting Intel® MIC Architecture
Linux: | None |
OS X: | -fblocks -fno-blocks |
Windows: | None |
None
-fblocks |
Apple* blocks are enabled. |
This option determines whether Apple* blocks (block variable declarations) are enabled or disabled.
If you want to disable Apple* blocks, specify -fno-blocks.
To use this feature, OS X* 10.6 or greater is required.
None