diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-08-27 15:12:41 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-09-01 19:14:49 +0400 |
commit | 1d984a67a95d88f3e708b077dab8adeb47c38c93 (patch) | |
tree | 78b9ef60ca7ae3a792d7778bb4b854b27e4c208d /target-sh4/translate.c | |
parent | 5b21a2ae4dea72d9aa68e0385fc0548971e929f4 (diff) |
configure: Don't write .pyc files by default (python -B)
When a Python script is run, Python normally writes bytecode into a .pyc file.
QEMU's build process uses several Python scripts which are called from
configure or make.
The generated .pyc files take disk space without being of much use, because
those scripts are short, not time critical and only called a few times.
Python's option -B disables writing of .pyc files. QEMU now uses "python -B"
as default, but it is still possible to choose a different call by passing
--python=PYTHON to configure.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-sh4/translate.c')
0 files changed, 0 insertions, 0 deletions