OSDN Git Service

Do not polute the source directory.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 23 Mar 2017 14:54:34 +0000 (14:54 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Thu, 23 Mar 2017 14:54:34 +0000 (14:54 +0000)
commitbe249eda2a402bf6a04eab3ef8a21d3fd2d386b2
tree06a4bfc73f2cd9c52063a102ab33a20ee3d3f849
parentb9056a6799783cb8ebe29311d4780c5e06c1366e
Do not polute the source directory.

When a python script is run, by default it creates the bytecode file if the directory is writable, and this ‘pollutes’ source folders.

From python's help:
-B Don’t write .py[co] files on import. See also PYTHONDONTWRITEBYTECODE.

Patch by Pere Mato (D30604)!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298603 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt