Details
Description
Default setuptools build command accepts '-j'/'–parallel' option (and if you run PySide's `setup.py build --help`, it'll show '–parallel' option too). But PySide build command instead introduces its own `–jobs` option and ignore '-j'/'–parallel'.