gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 263982b348d224ecc5177c1f9f925315b1d27c1c
parent 58b1923b433355336a5e72c3acff2d8996d42e13
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 23 Oct 2024 16:06:43 +0200

do not output IPO support as warning

Diffstat:
Mbase.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base.cmake b/base.cmake @@ -71,7 +71,7 @@ else() check_ipo_supported(RESULT result) if(result) - message(WARNING "IPO is supported") + message(STATUS "IPO is supported") set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE TRUE) else() message(WARNING "IPO is not supported")