Browse Source

Do not use -ffat-lto-objects

tags/v2.4.2
falkTX 3 years ago
parent
commit
a79be89871
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/Makefile.mk

+ 1
- 1
source/Makefile.mk View File

@@ -86,7 +86,7 @@ CXXFLAGS += -fvisibility-inlines-hidden
endif endif


ifeq ($(WITH_LTO),true) ifeq ($(WITH_LTO),true)
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
BASE_FLAGS += -fno-strict-aliasing -flto
endif endif


32BIT_FLAGS = -m32 32BIT_FLAGS = -m32


Loading…
Cancel
Save