Hi Geoff,

2018-05-31 4:07 GMT+02:00 Geoff Plitt <ge...@gweb.org>:

> cd fluidsynth-2.0.0.beta1 && mkdir build && cd build && cmake
> -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-ffast-math -O3
> -enable-floats=true" ..
>
>
-enable-floats=true (or "on", or "1") is an option for the cmake call
itself, it should not be part of the CMAKE_C_FLAGS_RELEASE option:

   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-ffast-math
-O3" -enable-floats=true ..

Cheers,

   Marcus
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to