X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/085f07e2c83dd48149d88951138bc9affe4ab805..bf44306ebca5d26e204ef17851516d844bc2f0a7:/wxPython/b diff --git a/wxPython/b b/wxPython/b index cd240e9772..1b9e33f442 100755 --- a/wxPython/b +++ b/wxPython/b @@ -98,9 +98,14 @@ elif [ "$1" = "r" ]; then exit 0 +# "f" --> FINAL (no debug) +elif [ "$1" = "f" ]; then + shift + CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace $*" + # (no command arg) --> normal build for development else - CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace $*" + CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace --debug $*" fi