summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openscad.pro2
-rwxr-xr-xrelease-common.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/openscad.pro b/openscad.pro
index a263f47..89338bc 100644
--- a/openscad.pro
+++ b/openscad.pro
@@ -21,8 +21,6 @@ CONFIG += qt
QT += opengl
# Application configuration
-CONFIG += debug
-# CONFIG += release
# CONFIG += mdi
CONFIG += cgal
CONFIG += opencsg
diff --git a/release-common.sh b/release-common.sh
index 44a5395..6037f23 100755
--- a/release-common.sh
+++ b/release-common.sh
@@ -58,7 +58,7 @@ case $OS in
;;
esac
-qmake VERSION=$VERSION CONFIG+=$CONFIG
+qmake VERSION=$VERSION CONFIG+=$CONFIG CONFIG-=debug
make -s clean
case $OS in
MACOSX)
contact: Jan Huwald // Impressum