mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Resolve build failure for Mac
Remove '-Wl' switch from gcc arguments when compiling for Mac No functional change Resolves #353
This commit is contained in:
@@ -154,8 +154,6 @@ ifeq ($(COMP),gcc)
|
|||||||
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
CXXFLAGS += -pedantic -Wno-long-long -Wextra -Wshadow
|
||||||
ifneq ($(UNAME),Darwin)
|
ifneq ($(UNAME),Darwin)
|
||||||
LDFLAGS += -Wl,--no-as-needed
|
LDFLAGS += -Wl,--no-as-needed
|
||||||
else
|
|
||||||
LDFLAGS += -Wl
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user