aboutsummaryrefslogtreecommitdiffstats
path: root/mach
diff options
context:
space:
mode:
authorRavi Shankar <wafflespeanut@gmail.com>2017-04-10 23:09:07 +0530
committerRavi Shankar <wafflespeanut@gmail.com>2017-04-10 23:09:07 +0530
commitc8e43958add3e04fc3efe510967d50b85425ea21 (patch)
tree088675a7dd53bb1a181b9011096a5d7c1578b5a0 /mach
parenta811776df478a009ac6a7785ad13684e3a8e0925 (diff)
downloadservo-c8e43958add3e04fc3efe510967d50b85425ea21.tar.gz
servo-c8e43958add3e04fc3efe510967d50b85425ea21.zip
Disable bytecode generation in mach
Diffstat (limited to 'mach')
-rwxr-xr-xmach1
1 files changed, 1 insertions, 0 deletions
diff --git a/mach b/mach
index 6918ed786af..c328f6b08fa 100755
--- a/mach
+++ b/mach
@@ -25,6 +25,7 @@ def main(args):
if __name__ == '__main__':
+ sys.dont_write_bytecode = True
if sys.platform == 'win32':
# This is a complete hack to work around the fact that Windows
# multiprocessing needs to import the original module (ie: this