Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

removed arch check, compiles native for arm64 and x86#51

Open
mlaves wants to merge 2 commits into
avibrazil:masterfrom
mlaves:arch_arm64
Open

removed arch check, compiles native for arm64 and x86#51
mlaves wants to merge 2 commits into
avibrazil:masterfrom
mlaves:arch_arm64

Conversation

@mlaves

@mlaves mlaves commented Apr 10, 2021

Copy link
Copy Markdown

RDM now compiles natively for arm64 (Apple M1, Apple Silicon)

Fixes #55

@mlaves

mlaves commented Feb 9, 2022

Copy link
Copy Markdown
Author

RDM now compiles for macOS 12.2.

Fixes #57

@Ritbit

Ritbit commented Aug 9, 2022

Copy link
Copy Markdown

Why remove the CFLAGS...?

You better replace ARCH_FLAGS=-arch x86_64 with ARCH_FLAGS=-arch x86_64 -arch arm64 so it builds as universal binary.

@mlaves

mlaves commented Aug 9, 2022

Copy link
Copy Markdown
Author

What is the need for the arch flags? It compiles just fine as a universal binary without the flags.

@Ritbit

Ritbit commented Aug 9, 2022

Copy link
Copy Markdown

@mlaves: interesting.. it did not on my buildservers, it only build a binary for the CPU of the system (tried both M1 and Intel systems)

@mlaves

mlaves commented Aug 15, 2022

Copy link
Copy Markdown
Author

@Ritbit Okay, then I will add the arch flags back again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Native Support for Apple SoC arm chips (M1, M1 Pro, M1 Max)

2 participants