Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Build Qt libs: compiler optimalization flags for ARM processor?
QtWS25 Last Chance

Build Qt libs: compiler optimalization flags for ARM processor?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bkamps
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jeroen94704
      wrote on last edited by
      #2

      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 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved