Hi, there.<br>Assume the default platform is gcc, and the default arch is x86, in currently:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">qbs debug release platform:clang profile:x64<br clear="all">

</blockquote><div>the behavior is:<br><span class="GCLMTUVDES">- debug with default properties</span>: gcc + x86<br><span class="GCLMTUVDES">  - release with platform:clang</span> + x86_64<br>But I thought this is not the user wanted.<br>

and have to use:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">qbs debug platform:clang profile:x64 release platform:clang profile:x64<br></blockquote>

<div>It's too long, and not necessary. <br></div><br>so, I made a patch to make them (debut and release) use the same option: <span class="GCLMTUVDES">clang</span> + x86_64<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

qbs debug release platform:clang profile:x64<br></blockquote><div><span class="GCLMTUVDES">- debug with </span><span class="GCLMTUVDES">platform:clang</span> + x86_64<br>
<span class="GCLMTUVDES">  - release with platform:clang</span> + x86_64<br><br></div>Then, what do you think?<br>see:  <a href="https://codereview.qt-project.org/#change,29348">https://codereview.qt-project.org/#change,29348</a><br>

</div><br>-- <br><div>Please don't ask where I come from, It's a shame!</div><div>Best Regards</div>
<div>Yuchen</div><br>