mirror of
https://github.com/sockspls/badfish
synced 2025-06-28 00:19:50 +00:00
Revert -flto=auto on mingw
causes issues on some installations (glinscott/fishtest#1255). closes https://github.com/official-stockfish/Stockfish/pull/3898 No functional change
This commit is contained in:
parent
67062637f4
commit
77cf5704b6
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ ifeq ($(debug), no)
|
|||
# the tool chain requires gcc version 10.1 or later.
|
||||
else ifeq ($(comp),mingw)
|
||||
ifneq ($(arch),i386)
|
||||
CXXFLAGS += -flto=auto
|
||||
CXXFLAGS += -flto
|
||||
LDFLAGS += $(CXXFLAGS) -save-temps
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue