# HG changeset patch # User Volker Grabsch # Date 1255176262 -7200 # Node ID 8eda0b6ec42add9db0287a455bb65a612db8ccd9 # Parent 3a5cfb84f2b8b53855951eb491732603a9a0751f disable debug information for package qt diff -r 3a5cfb84f2b8 -r 8eda0b6ec42a src/qt.mk --- 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)' \