Skip to content

Incorrect cflags on aarch64 #39

@Mic92

Description

@Mic92

In the Makefile it sets -m64, which is not a valid flag on aarch64 (arm64):

CFLAGS += -O3 -fPIC -m64 -DDARWIN -no-cpp-precomp

This flag should be only set on x86_64.
Noticed in https://hydra.nixos.org/build/108686242/nixlog/1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions