aboutsummaryrefslogtreecommitdiff
path: root/emar
diff options
context:
space:
mode:
authorVladimir Vukicevic <vladimirv@dugeo.com>2013-02-26 19:39:14 -0500
committerVladimir Vukicevic <vladimirv@dugeo.com>2013-02-26 19:42:31 -0500
commitd08b1ad1ec7500fe600a075c69ec72350ec89152 (patch)
tree9867d4c1ff2ebf59d3a5f46d8fa93da89cd04315 /emar
parentbafdc889fcfcab5715e8dae5d26c3d5ff3160498 (diff)
add cache debugging
Diffstat (limited to 'emar')
-rwxr-xr-xemar2
1 files changed, 2 insertions, 0 deletions
diff --git a/emar b/emar
index 60498b8f..5646f444 100755
--- a/emar
+++ b/emar
@@ -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:]