Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-873F9723-B121-4AC2-8D1A-E572534F33DC
Visible to Intel only — GUID: GUID-873F9723-B121-4AC2-8D1A-E572534F33DC
fblocks
Determines whether Apple* blocks are enabled or disabled.
Syntax
Linux: |
None |
macOS: |
-fblocks -fno-blocks |
Windows: |
None |
Arguments
None
Default
-fblocks |
Apple* blocks are enabled. |
Description
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.
IDE Equivalent
Alternate Options
None