-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Library doesn't build w/ ICC on OSX #2
Comments
That would surprise me. We only use this library on OSX anyway. |
Hmm, if it's only used in OSX, wouldn't it be a good idea to always use the system-provided library? |
You'd have to ask @Keno exactly what purpose this serves. I dunno the difference |
You'd get less accurate profiles. The modifications in this library have some heuristics that allow it to unwind from non-callsite locations. |
Another option would be to add Tried to fix this, but i don't have permission. |
Can confirm |
Following the discussion at JuliaLang/julia#9145, the .s extension must be capitalized (and the Makefile changed accordingly) in order for ICC to be able to build it on OSX.
I'm not sure if doing this wouldn't break the build on other OSes though...
The text was updated successfully, but these errors were encountered: