don't use -OO flag when building linux executable

it removed doc strings which are needed to generate the CLI help
This commit is contained in:
Sam Schott 2020-04-03 21:21:04 +01:00
parent c9aafa1033
commit 45febb5fb7

View File

@ -4,7 +4,7 @@ SPEC_FILE=maestral_linux.spec
echo "**** BUILDing *****************************************"
python3 -OO -m PyInstaller -y --clean -w $SPEC_FILE
python3 -m PyInstaller -y --clean -w $SPEC_FILE
echo "**** SIGNING ******************************************"