add -O flag to python to remove debug menu options
svn: r12162
This commit is contained in:
@ -25,4 +25,4 @@ PACKAGE=@PACKAGE@
|
||||
|
||||
export GRAMPSDIR=@datadir@/@PACKAGE@
|
||||
|
||||
exec @PYTHON@ $GRAMPSDIR/gramps.py "$@"
|
||||
exec @PYTHON@ -O $GRAMPSDIR/gramps.py "$@"
|
||||
|
Reference in New Issue
Block a user