Hi, I've been looking into the warnings while using Pamplejuce. I see this whenever I compile:
clang++: warning: argument '-Ofast' is deprecated; use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations [-Wdeprecated-ofast]
In SharedCodeDefaults.cmake, if you do -03 -ffast-math instead of -Ofast that gets rid of the warning.
Hi, I've been looking into the warnings while using Pamplejuce. I see this whenever I compile:
clang++: warning: argument '-Ofast' is deprecated; use '-O3 -ffast-math' for the same behavior, or '-O3' to enable only conforming optimizations [-Wdeprecated-ofast]In
SharedCodeDefaults.cmake, if you do-03 -ffast-mathinstead of-Ofastthat gets rid of the warning.