mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
disable PyInstaller debug
This commit is contained in:
@@ -3,7 +3,7 @@ if [ "$VMTYPE" == "test" ]; then
|
|||||||
export gam="$python gam.py"
|
export gam="$python gam.py"
|
||||||
export gampath=$(readlink -e .)
|
export gampath=$(readlink -e .)
|
||||||
else
|
else
|
||||||
$python -OO -m PyInstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec
|
$python -OO -m PyInstaller --clean -F --distpath=gam $GAMOS-gam.spec
|
||||||
export gam="gam/gam"
|
export gam="gam/gam"
|
||||||
export gampath=$(readlink -e gam)
|
export gampath=$(readlink -e gam)
|
||||||
export GAMVERSION=`$gam version simple`
|
export GAMVERSION=`$gam version simple`
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
cd src
|
cd src
|
||||||
$python -OO -m PyInstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec
|
$python -OO -m PyInstaller --clean -F --distpath=gam $GAMOS-gam.spec
|
||||||
export gam="gam/gam"
|
export gam="gam/gam"
|
||||||
export gampath=gam
|
export gampath=gam
|
||||||
$gam version extended
|
$gam version extended
|
||||||
|
|||||||
Reference in New Issue
Block a user