no bug - qt only - fix optimized build on qt 2.x systems

r=cls
This commit is contained in:
cbiesinger%web.de 2003-01-13 23:19:34 +00:00
parent 12a781c511
commit a720ca7580

View File

@ -3144,7 +3144,7 @@ then
QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR -DQT_NO_STL"
if test -z "$MOZ_DEBUG"; then
QT_CFLAGS="$QT_CFLAGS -DQT_NO_DEBUG"
QT_CFLAGS="$QT_CFLAGS -DQT_NO_DEBUG -DNO_DEBUG"
fi
_SAVE_LDFLAGS=$LDFLAGS
QT_LDFLAGS=-L${QTDIR}/lib