<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>You mean just adding -fwrapv fixes your VMs, or all of the above?</div></div></div></div></blockquote><div><br></div><div>-fwrapv is sufficient (if I go back a few revisions; top of tree fails for other reasons)</div><div><br></div><div><div>find . -name &#39;project.pbxproj&#39; -print0 | xargs -0 sed -i &#39;&#39; -e &#39;s/-O3  -falign-functions=16/-O3 -fwrapv -falign-functions=16/&#39;</div><div>find . -name &#39;mvm&#39; -print0 | xargs -0 sed -i &#39;&#39; -e &#39;s/-O2/-O2 -fwrapv/&#39;</div></div></div><br></div></div>