aboutsummaryrefslogtreecommitdiff
path: root/emar
diff options
context:
space:
mode:
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:]