mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disable bytecode generation in mach
This commit is contained in:
parent
a811776df4
commit
c8e43958ad
1 changed files with 1 additions and 0 deletions
1
mach
1
mach
|
@ -25,6 +25,7 @@ def main(args):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
sys.dont_write_bytecode = True
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
# This is a complete hack to work around the fact that Windows
|
# This is a complete hack to work around the fact that Windows
|
||||||
# multiprocessing needs to import the original module (ie: this
|
# multiprocessing needs to import the original module (ie: this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue