Skip to content
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

winbuild: Allow changing C compiler via environment variable CC #952

Merged
merged 1 commit into from Aug 9, 2016

Conversation

webmaster128
Copy link
Contributor

This makes it possible to use specific compilers or a cache.

Sample use for clcache:

set CC=clcache.bat
nmake /f Makefile.vc DEBUG=no MODE=static VC=14 GEN_PDB=no

This makes it possible to use specific compilers or a cache.

Sample use for clcache:
set CC=clcache.bat
nmake /f Makefile.vc DEBUG=no MODE=static VC=14 GEN_PDB=no
@mention-bot
Copy link

@webmaster128, thanks for your PR! By analyzing the annotation information on this pull request, we identified @yangtse, @mback2k and @BurningEnlightenment to be potential reviewers

@bagder bagder merged commit dec9346 into curl:master Aug 9, 2016
@bagder
Copy link
Member

bagder commented Aug 9, 2016

thanks!

@webmaster128 webmaster128 deleted the cc-from-environment branch February 24, 2017 09:39
@lock lock bot locked as resolved and limited conversation to collaborators May 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants