Skip to content

No optimizations when building on Apple arm64 #76

@katjav

Description

@katjav

Makefile.pdlibbuilder defines target architecture according to the (native or cross-) compiler's build triplet and specifies optimization options per architecture.

As I understand (but can not verify myself) "Apple Silicon" has architecture arm64. This architecture is not defined in Makefile.pdlibbuilder, only arm and aarch64. So I guess that externals built for "Apple Silicon" run unoptimized currently.

Can anyone confirm? To check the makefile definitions: in a project with Makefile.pdlibbuilder do make vars and check variables dumpmachine.cpu and optimization.flags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions