Index: pydir/run-pnacl-sz.py |
diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py |
index dc549e88e82393df76b2f2d8b1fbe1ed3e7214c9..580d227b32384523ccd191e5548e7c2b454a422c 100755 |
--- a/pydir/run-pnacl-sz.py |
+++ b/pydir/run-pnacl-sz.py |
@@ -164,6 +164,7 @@ def main(): |
else: |
cmd += ['--build-on-read=1'] |
cmd += ['--filetype=' + args.filetype] |
+ cmd += ['--emit-revision=0'] |
script_name = os.path.basename(sys.argv[0]) |
for _, arg in enumerate(args.args): |
# Redirecting the output file needs to be done through the script |