Skip to content

Is there a way to install without TCC? #17951

Discussion options

You must be logged in to vote

tcc is downloaded and installed by default because it is much, much faster compiling that gcc/clang.

This is important for development because you get much faster turnaround while developing your code.

However, if you can stand to put up with the very noticeably slower compile times, you can set the env var VFLAGS='-cc gcc' and used make -gcc on install.

tcc will still be downloaded, but never used.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@yerlaser
Comment options

@JalonSolov
Comment options

@yerlaser
Comment options

Answer selected by yerlaser
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants