diff options
author | Vladimir Vukicevic <vladimirv@dugeo.com> | 2013-02-26 19:39:14 -0500 |
---|---|---|
committer | Vladimir Vukicevic <vladimirv@dugeo.com> | 2013-02-26 19:42:31 -0500 |
commit | d08b1ad1ec7500fe600a075c69ec72350ec89152 (patch) | |
tree | 9867d4c1ff2ebf59d3a5f46d8fa93da89cd04315 /emar | |
parent | bafdc889fcfcab5715e8dae5d26c3d5ff3160498 (diff) |
add cache debugging
Diffstat (limited to 'emar')
-rwxr-xr-x | emar | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ import os, subprocess, sys from tools import shared DEBUG = os.environ.get('EMCC_DEBUG') +if DEBUG == "0": + DEBUG = None newargs = [shared.LLVM_AR] + sys.argv[1:] |