diff options
-rw-r--r-- | openscad.pro | 2 | ||||
-rwxr-xr-x | release-common.sh | 2 |
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) |