Skip to content

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

Merged
bagder merged 1 commit intocurl:masterfrom
webmaster128:cc-from-environment
Aug 9, 2016
Merged

winbuild: Allow changing C compiler via environment variable CC#952
bagder merged 1 commit intocurl:masterfrom
webmaster128:cc-from-environment

Conversation

@webmaster128
Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
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.

3 participants