Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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
None
Alternate Options

None