Intel® C++ Compiler 16.0 User and Reference Guide

fblocks

Determines whether Apple* blocks are enabled or disabled.

Architecture Restrictions

Not available on Intel® 64 architecture targeting Intel® MIC Architecture

Syntax

Linux:

None

OS X:

-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, OS X* 10.6 or greater is required.

IDE Equivalent

None

Alternate Options

None