We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be useful to have a build configuration ready-to-go for M1 Macs. I tried it with GCC with the same flags as x86-64 and it seems to work.
CC = gcc CXX = g++ OBJECTEXTENSION = o GAWK = gawk SPLINT = splint LCLINT = lclint LD = g++ AR = /usr/bin/ar RANLIB = /usr/bin/ranlib BISON = bison FLEXFLAGS = -DFLEX64 PLATFORM_CFLAGS = PLATFORM_LFLAGS = -framework OpenCL PLATFORM_OPTFLAGS = -O0
The text was updated successfully, but these errors were encountered:
Add config.darwin-arm64.gcc same as x86
c864141
Addresses phillipstanleymarbell#7.
Successfully merging a pull request may close this issue.
It would be useful to have a build configuration ready-to-go for M1 Macs. I tried it with GCC with the same flags as x86-64 and it seems to work.
The text was updated successfully, but these errors were encountered: