<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I'd like to use -O3 -ffast-math -ftree-vectorizer-verbose=2 for the release compilation for some libraries.<br>
<br>
For the moment I use:<br>
Properties {<br>
            condition: !qbs.enableDebugCode<br>
            cpp.cxxFlags: [ "-O3", "-ffast-math", "-ftree-vectorizer-verbose=2" ]<br>
        }<br>
<br>
But it doesn't replace the -O2 by -O3.<br>
<br>
Any idea?<br>
<br>
Thanks<br>
Raphael<br>
</div>
</body>
</html>