Determines whether Apple* blocks are enabled or disabled.
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