Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

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

Document Table of Contents

fpack-struct

Specifies that structure members should be packed together.

Syntax

Linux:

-fpack-struct

Windows:

None

Arguments

None

Default

OFF

Description

Specifies that structure members should be packed together.

NOTE:

Using this option may result in code that is not usable with standard (system) c and C++ libraries.

IDE Equivalent
None
Alternate Options

Linux: -Zp1

Windows: None