-
Notifications
You must be signed in to change notification settings - Fork 65
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
Doesn't work with -O3 #299
Comments
I'm not seeing this on v1.9 - is it still an issue for you? |
It's not an issue for me on on 1.9.0 with -O3:
Then on default settings (or higher same):
Note, when this happened before if was ok on default settings then only failed on -O3 and I didn't try to compile in that order. I'm not sure it mattered, likely would have with -O3 first too (or not deterministic). I guess it's your say to close this and I support that, you could always reopen, wait and see if happens again. The timing, just under 2 sec (and the non-worrying but long precompile time) is a little longer than ideal. But that's a separate issue. Maybe the new PrecompileTools.jl will help. |
Ok I'll close - let me know any future issues though thanks. |
It's probably a fluke but I thought you would like to know. And I've not seen this on defaults, and only on 1.9.0-rc1
Potentially this should be reported at Julialang, before 1.9 release (seems imminent) or after, if also happens there.
The text was updated successfully, but these errors were encountered: