Browse Source

Use -fno-gnu-unique by default

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX 3 years ago
parent
commit
55916eb0fb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.base.mk

+ 4
- 0
Makefile.base.mk View File

@@ -172,6 +172,10 @@ ifeq ($(NOOPT),true)
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif

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

ifeq ($(WINDOWS),true)
# Assume we want posix
BASE_FLAGS += -posix -D__STDC_FORMAT_MACROS


Loading…
Cancel
Save