git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11838
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+# "f" --> FINAL (no debug)
+elif [ "$1" = "f" ]; then
+ shift
+ CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace $*"
+
# (no command arg) --> normal build for development
else
# (no command arg) --> normal build for development
else
- CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace $*"
+ CMD="$SETUP $FLAGS $OTHERFLAGS build_ext --inplace --debug $*"