Syntax

-arch=a

-arch=list

Description

Specifies the ARM architecture to generate code for and the library variants to link with.

Example

To force compilation for V7A architecture you would use:

cc -arch=v7A … 

To list supported architectures:

cc -arch=list