summaryrefslogtreecommitdiff
path: root/mkspecs/macx-pbuilder/qmake.conf
Side-by-side diff
Diffstat (limited to 'mkspecs/macx-pbuilder/qmake.conf') (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkspecs/macx-pbuilder/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/macx-pbuilder/qmake.conf b/mkspecs/macx-pbuilder/qmake.conf
index b576719..6d765a8 100755
--- a/mkspecs/macx-pbuilder/qmake.conf
+++ b/mkspecs/macx-pbuilder/qmake.conf
@@ -20,3 +20,3 @@ QMAKE_CFLAGS_WARN_ON = -Wall -W
QMAKE_CFLAGS_WARN_OFF =
-QMAKE_CFLAGS_RELEASE = -O3
+QMAKE_CFLAGS_RELEASE = $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O3)
QMAKE_CFLAGS_DEBUG = -g