DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit be7845beb6a94c22e6fedbda8da7cbb807a189cd
parent 9a0cbebef79a6a8b2d01b9bbbe1265c2a8c2ffd8
Author: falkTX <falktx@falktx.com>
Date:   Sun, 10 May 2020 01:57:02 +0100

Use -fno-finite-math-only when building DGL

Diffstat:
MMakefile.base.mk | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.base.mk b/Makefile.base.mk @@ -239,6 +239,9 @@ HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo true) # --------------------------------------------------------------------------------------------------------------------- # Set Generic DGL stuff +# needed because reasons (specifically, libc broke ABI) +DGL_FLAGS = -fno-finite-math-only + ifeq ($(HAIKU),true) DGL_SYSTEM_LIBS += -lbe endif