-
Notifications
You must be signed in to change notification settings - Fork 483
Make our repo buildable again with -O0
.
#7262
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
Conversation
|
41c8ae8
to
27b08da
Compare
Execution Budget Golden Diffoutputplutus-benchmark/nofib/test/9.6/knights10-4x4.eval.golden
This comment will get updated when changes are made. |
27b08da
to
3204081
Compare
3204081
to
3b2a51b
Compare
I don't quite understand:
|
There were some compiler options missing on the cabal file. |
3b2a51b
to
cfec3bc
Compare
Can somebody accept this? It is not a major change |
The build is failing for me (
|
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.
I tried cabal clean && cabal build all --ghc-option -O0
and it fails.
It used to work :( |
Actually I give up on it, the unfoldings are not there with -O0 . |
Pull request was closed
I am developing with -O0 which can cut build times in most cases. This makes our repo buildable with -O0.
Also this patch might help with hls and lsp, not 100% sure.
If you don't likek this patch, I can drop it and only keep it locally.