04-23-2016, 10:38 PM
(04-07-2016, 11:35 PM)danny9484 Wrote: ok march was a bad example. I also meant other experimental flags like -O3 and -ffast-math.
So do I have to add them to that line or is there another way to pass through these flags?
If you compile with -DCMAKE_BUILD_TYPE=RELEASE -O3 and -ffast-math are used as well.