From kde-commits Mon Jan 27 13:22:25 2003 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 27 Jan 2003 13:22:25 +0000 To: kde-commits Subject: qt-copy X-MARC-Message: https://marc.info/?l=kde-commits&m=104368448924963 CVS commit by lunakl: Removed -no-big-codecs from the list of suggested options. Creating KApplication makes Qt pull the codecs in anyway, resulting in both increased startup time and memory usage. *sigh* M +2 -2 README.qt-copy 1.194 --- qt-copy/README.qt-copy #1.193:1.194 @@ -5,5 +5,5 @@ make -f Makefile.cvs ./configure -system-zlib -qt-gif -system-libpng -system-libjpeg \ - -plugin-imgfmt-mng -thread -no-stl -fast -no-big-codecs + -plugin-imgfmt-mng -thread -no-stl -fast make sub-tools @@ -18,5 +18,5 @@ ./configure -system-zlib -qt-gif -system-libpng -system-libjpeg \ - -plugin-imgfmt-mng -thread -no-stl -no-exceptions -debug -fast -no-big-codecs + -plugin-imgfmt-mng -thread -no-stl -no-exceptions -debug -fast It adds "-debug" as well, which greatly improves the use for backtraces (but