-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
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
Compiler optimization flag: -O2 #698
Conversation
I get a test error specifically with
All other versions Could it be a pipeline issue, or something else? |
I also got this strange error while testing on CI. But this seems does not affect installations locally though as seen in #691. Possible solutions may include using Besides that, may I take a look at your
After a similar modification on the |
The modified formula in my PR builds locally without problems, so the issue is on the GH pipeline side. My Emacs (I'm on Ventura)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks nice, thanks!
and yeah, ignore the with-native-comp on Emacs 29
Added
-O2
toCFLAGS
for some optimizations on the C side.I've tested in macOS, and used it for a long time in Linux and BSD, both on
amd64
andi386
architectures, to improve responsiveness.