Disable bytecode generation in mach

This commit is contained in:
Ravi Shankar 2017-04-10 23:09:07 +05:30
parent a811776df4
commit c8e43958ad

1
mach
View file

@ -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