DPF

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

commit fb3cd6372592f37b064f770adfccc02dead5f1ae
parent fded93d7984e42c369c572d5b953b1afe06f8ced
Author: falkTX <falktx@falktx.com>
Date:   Thu, 14 May 2020 21:39:49 +0100

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

This reverts commit fded93d7984e42c369c572d5b953b1afe06f8ced.

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

diff --git a/Makefile.base.mk b/Makefile.base.mk @@ -239,9 +239,6 @@ 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