Browse Source

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

pull/231/head
falkTX 5 years ago
parent
commit
fded93d798
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile.base.mk

+ 3
- 0
Makefile.base.mk View File

@@ -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


Loading…
Cancel
Save