RDM icon indicating copy to clipboard operation
RDM copied to clipboard

removed arch check, compiles native for arm64 and x86

Open mlaves opened this issue 4 years ago • 5 comments

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

Fixes https://github.com/avibrazil/RDM/issues/55

mlaves avatar Apr 10 '21 17:04 mlaves

RDM now compiles for macOS 12.2.

Fixes #57

mlaves avatar Feb 09 '22 18:02 mlaves

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.

Ritbit avatar Aug 09 '22 15:08 Ritbit

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

mlaves avatar Aug 09 '22 15:08 mlaves

@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)

Ritbit avatar Aug 09 '22 17:08 Ritbit

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

mlaves avatar Aug 15 '22 06:08 mlaves