##// END OF EJS Templates
perf: move cache clearing in the `setup` step of `perfheads`...
perf: move cache clearing in the `setup` step of `perfheads` The cache clearing is pretty fast, but this seems more "correct".

File last commit:

r13042:bd9bc412 stable
r41481:ab6d1f82 default
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
<Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>