fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Raspbian / Pi Zero - force hard float compile?


From: Marcus Weseloh
Subject: Re: [fluid-dev] Raspbian / Pi Zero - force hard float compile?
Date: Thu, 31 May 2018 07:31:15 +0200

Hi Geoff,

2018-05-31 4:07 GMT+02:00 Geoff Plitt <address@hidden>:
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]