<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to set jom to speed up build on OSX?]]></title><description><![CDATA[<p dir="auto">i set the jom path in "Build Steps on Qt Creator" to speed up build on windows platform<br />
jom path on windows -&gt; C:\Qt\Qt5.3.2\Tools\QtCreator\bin\jom.exe</p>
<p dir="auto">is there any way to set jom on OSX platform?</p>
]]></description><link>https://forum.qt.io/topic/55263/how-to-set-jom-to-speed-up-build-on-osx</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 10:43:06 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/55263.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jun 2015 02:50:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to set jom to speed up build on OSX? on Sun, 14 Jun 2015 03:23:51 GMT]]></title><description><![CDATA[<p dir="auto">Use -j maxSupportedThread +1. I.e. quad core HT CPU = -j 9<br />
Add this as argument to jom/make in QtCreator tab Projects-&gt; (Build Step0 Make -&gt; Make arguments (btw. jom do auto-detect this).<br />
For nmake set enviroument variable CL=/MP or QMAKE_CXXFLAGS += /MP.</p>
]]></description><link>https://forum.qt.io/post/277982</link><guid isPermaLink="true">https://forum.qt.io/post/277982</guid><dc:creator><![CDATA[LuGRU]]></dc:creator><pubDate>Sun, 14 Jun 2015 03:23:51 GMT</pubDate></item></channel></rss>