diff options
author | Ravi Shankar <wafflespeanut@gmail.com> | 2017-04-10 23:09:07 +0530 |
---|---|---|
committer | Ravi Shankar <wafflespeanut@gmail.com> | 2017-04-10 23:09:07 +0530 |
commit | c8e43958add3e04fc3efe510967d50b85425ea21 (patch) | |
tree | 088675a7dd53bb1a181b9011096a5d7c1578b5a0 /mach | |
parent | a811776df478a009ac6a7785ad13684e3a8e0925 (diff) | |
download | servo-c8e43958add3e04fc3efe510967d50b85425ea21.tar.gz servo-c8e43958add3e04fc3efe510967d50b85425ea21.zip |
Disable bytecode generation in mach
Diffstat (limited to 'mach')
-rwxr-xr-x | mach | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |