Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to set jom to speed up build on OSX?

how to set jom to speed up build on OSX?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 745 Views 2 Watching
  • 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.
  • C Offline
    C Offline
    choiinkuk
    wrote on last edited by choiinkuk
    #1

    i set the jom path in "Build Steps on Qt Creator" to speed up build on windows platform
    jom path on windows -> C:\Qt\Qt5.3.2\Tools\QtCreator\bin\jom.exe

    is there any way to set jom on OSX platform?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      LuGRU
      wrote on last edited by
      #2

      Use -j maxSupportedThread +1. I.e. quad core HT CPU = -j 9
      Add this as argument to jom/make in QtCreator tab Projects-> (Build Step0 Make -> Make arguments (btw. jom do auto-detect this).
      For nmake set enviroument variable CL=/MP or QMAKE_CXXFLAGS += /MP.

      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