0

Im going to build a minimalist static qt4 library and i wonder wheather if use -no-ssse3, -no-mmx, -no-3dnow or -qt-libpng instead of -system-libpng will reduce library size?

Update: can anyone explain me what -no-incredibuild-xge parameter do?

Bình Nguyên
  • 2,252
  • 6
  • 32
  • 47

1 Answers1

0

http://doc.qt.nokia.com/4.7-snapshot/configure-options.html

and i quote

Do not add IncrediBuild XGE distribution commands to custom build steps.

user827992
  • 1,743
  • 13
  • 25
  • I have readed this but i don't know if i use above options will reduce library size? – Bình Nguyên Aug 11 '12 at 06:02
  • i think that only if you try this you will get a response. – user827992 Aug 11 '12 at 06:03
  • Once start compile this huge library, it take nearly 1 hour on my conputer :-| – Bình Nguyên Aug 11 '12 at 06:09
  • 1
    i don't think that finding a person with the same problem will require less time, but you can find some tips around the web http://stackoverflow.com/questions/4112972/how-to-compile-qt-as-static or http://www.google.com/#q=qt+compile+lib+tips+reduce+size – user827992 Aug 11 '12 at 06:12