Intel® C++ Compiler 19.0 Developer Guide and Reference
Determines whether Apple* blocks are enabled or disabled.
Not available when targeting Intel® Xeon Phi™ products
Linux: | None |
macOS: | -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, macOS* 10.6 or greater is required.
None