adding --hint:cc
doesn't trigger a recompilation with nimBetterRun
#257
Labels
compiler_messages
errors, warnings, hints
EDIT:
explanation:
what's going on is that adding
--hint:cc
does indeed trigger nim compilation (because cmd line changed), as you can see with--hint:Processing
but it doesn't (typically unless you're doing smthg that depends at RT on this) trigger a "CC" rebuild, probably bc c files are same?
show:
/Users/timothee/git_clone/nim/Nim_prs/compiler/extccomp.nim:1006:6 jsonFile: /Users/timothee/.cache/nim/t10873_d/t10873.json;
links
EDIT: indeed, see
shouldRecompile
The text was updated successfully, but these errors were encountered: