<?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 built qt as ReleaseWithDebugInfo]]></title><description><![CDATA[<p dir="auto">In opensuse or ubuntu i can install from their repos qt555 and additionally debug information in separate files.<br />
But how can i build this by myself ?<br />
I can build release libs (and deploy it with my app), but then i add some flags (-separate-debug-info), then libraries become different (in size) then only with -release flag<br />
What is correct way to buld ?</p>
]]></description><link>https://forum.qt.io/topic/62304/how-to-built-qt-as-releasewithdebuginfo</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 13:45:03 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/62304.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Jan 2016 08:08:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to built qt as ReleaseWithDebugInfo on Sun, 31 Jan 2016 22:10:20 GMT]]></title><description><![CDATA[<p dir="auto">Because there are some additional information to link the library to its corresponding debugging symbol.</p>
<p dir="auto">You have <a href="http://accu.org/index.php/journals/1412" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> A pretty interesting article on the subject.</p>
]]></description><link>https://forum.qt.io/post/310711</link><guid isPermaLink="true">https://forum.qt.io/post/310711</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 31 Jan 2016 22:10:20 GMT</pubDate></item><item><title><![CDATA[Reply to How to built qt as ReleaseWithDebugInfo on Fri, 15 Jan 2016 11:33:17 GMT]]></title><description><![CDATA[<p dir="auto">Yes adding this flag made separate debug info, but release lib slightly different in size then build only with -release flag<br />
Why so ?</p>
<pre><code>Release And Debug Info &gt; ls -al ./libQt5Gui.so.5.5.1*
-rwxr-xr-x 1 user1 users  6938700 янв 15 09:05 ./libQt5Gui.so.5.5.1
-rw-r--r-- 1 user1 users 94461301 янв 15 09:05 ./libQt5Gui.so.5.5.1.debug

Release &gt; ls -al ./libQt5Gui.so.5.5.1*
-rwxr-xr-x 1 user1 users 6927093 дек 24 10:15 ./libQt5Gui.so.5.5.1
</code></pre>
]]></description><link>https://forum.qt.io/post/307554</link><guid isPermaLink="true">https://forum.qt.io/post/307554</guid><dc:creator><![CDATA[abarmotov]]></dc:creator><pubDate>Fri, 15 Jan 2016 11:33:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to built qt as ReleaseWithDebugInfo on Thu, 14 Jan 2016 22:06:21 GMT]]></title><description><![CDATA[<p dir="auto">Add <code>-separate-debug-info</code></p>
]]></description><link>https://forum.qt.io/post/307483</link><guid isPermaLink="true">https://forum.qt.io/post/307483</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 14 Jan 2016 22:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to built qt as ReleaseWithDebugInfo on Thu, 14 Jan 2016 11:56:26 GMT]]></title><description><![CDATA[<p dir="auto">No, this does not help<br />
For example libQt5Gui.so.5.5.1 builded size 98Mb - so it contains debug info, but i expect debug info in separate file.</p>
]]></description><link>https://forum.qt.io/post/307331</link><guid isPermaLink="true">https://forum.qt.io/post/307331</guid><dc:creator><![CDATA[abarmotov]]></dc:creator><pubDate>Thu, 14 Jan 2016 11:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to built qt as ReleaseWithDebugInfo on Mon, 04 Jan 2016 23:24:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">There's the <code>-force-debug-info</code> option you can use when calling configure.</p>
]]></description><link>https://forum.qt.io/post/305593</link><guid isPermaLink="true">https://forum.qt.io/post/305593</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 04 Jan 2016 23:24:42 GMT</pubDate></item></channel></rss>