Browse Source

Do not set -fno-gnu-unique for BSD

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 3 years ago
parent
commit
01fc162215
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.base.mk

+ 2
- 0
Makefile.base.mk View File

@@ -173,8 +173,10 @@ BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif

ifneq ($(MACOS_OR_WINDOWS),true)
ifneq ($(BSD),true)
BASE_FLAGS += -fno-gnu-unique
endif
endif

ifeq ($(WINDOWS),true)
# Assume we want posix


Loading…
Cancel
Save