Browse Source

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

This reverts commit fded93d798.
pull/231/head
falkTX 5 years ago
parent
commit
fb3cd63725
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Makefile.base.mk

+ 0
- 3
Makefile.base.mk View File

@@ -239,9 +239,6 @@ HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo true)
# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# Set Generic DGL stuff # Set Generic DGL stuff


# needed because reasons (specifically, libc broke ABI)
DGL_FLAGS = -fno-finite-math-only

ifeq ($(HAIKU),true) ifeq ($(HAIKU),true)
DGL_SYSTEM_LIBS += -lbe DGL_SYSTEM_LIBS += -lbe
endif endif


Loading…
Cancel
Save