-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
configure: remove compiler detection #205
Conversation
The GCC version is no longer relevant since only 4.8 and newer are supported. It's probably safe to assume clang on mac since V8 does so too.
The GCC version is no longer relevant since only 4.8 and newer are supported. It's probably safe to assume clang on mac since V8 does so too. PR-URL: #205 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Cheers Nikolai, landed in 0f3d7e6. |
I am working on getting sass/node-sass to build on FreeBSD and I'd like to use I think this commit disabled |
@saper I'm agree with @mgreter about binary releases not always being the best solution. A compiler check wouldn't necessary solve your problem since clang just as well can compile against |
No problem, I will use it for |
The GCC version is no longer relevant since only 4.8 and newer are supported. It's probably safe to assume clang on mac since V8 does so too.