Build Qt libs: compiler optimalization flags for ARM processor?
-
wrote on 25 Sept 2012, 11:03 last edited by
I have read an article about compiler optimalization flags to build Qt. These flags will cause a decrease in libraries size (which is nice on an embedded platform). "Article":http://www.formortals.com/build-qt-static-small-microsoft-intel-gcc-compiler/
Does anyone have some optimalization options that can be done on an ARM platform?
-
wrote on 1 Oct 2012, 11:38 last edited by
This depends on your compiler, not on the platform. Many people use an ARM-version of GCC for cross-compilation, which means you can simply use the GCC instructions from the page you refer to (with some differences of course, since you would probably be cross compiling in Linux, so any Windows specific stuff is not valid).
1/2