changeset 486:8eda0b6ec42a

disable debug information for package qt
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 10 Oct 2009 14:04:22 +0200
parents 3a5cfb84f2b8
children 4b8907de7038
files src/qt.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Sat Oct 10 12:22:20 2009 +0200
+++ b/src/qt.mk	Sat Oct 10 14:04:22 2009 +0200
@@ -52,6 +52,7 @@
         -prefix '$(PREFIX)/$(TARGET)' \
         -prefix-install \
         -fast \
+        -release \
         -no-exceptions \
         -nomake demos \
         -nomake examples \
@@ -67,7 +68,6 @@
 
     # rebuild qmake to use "-unix" as default and to use the correct "ar" command
     $(SED) 's,\(Option::TARG_MODE Option::target_mode = Option::TARG_\)[A-Z_]*,\1UNIX_MODE,' -i '$(1)'.native/qmake/option.cpp
-    $(SED) 's,"ar -M,"$(TARGET)-ar -M,' -i '$(1)'.native/qmake/generators/win32/mingw_make.cpp
     $(MAKE) -C '$(1)'.native/qmake -j $(JOBS)
 
     # install the native tools manually
@@ -125,6 +125,7 @@
         -host-arch i386 \
         -host-little-endian \
         -little-endian \
+        -release \
         -exceptions \
         -static \
         -prefix '$(PREFIX)/$(TARGET)' \