Skip to content

Weird caching games when --cc=tcc is being used #226

Closed Answered by edubart
stefanos82 asked this question in Q&A
Discussion options

You must be logged in to vote

There is no difference when you use -S (sanitize option) with TCC, because it does not support sanitizer. So doing nelua --cc=tcc -Svt generates exactly the same code as nelua --cc=tcc, therefore it uses the cache.

However when you use GCC, the -S option will add -fsanitize=address,undefined to the compilation process, and have to recompile.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanos82
Comment options

Answer selected by stefanos82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants