Browse Source

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

This reverts commit be7845beb6.
pull/232/head
falkTX 5 years ago
parent
commit
55c937a7ad
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

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

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


Loading…
Cancel
Save