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