mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08: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
|
||||
ifneq ($(UNAME),Darwin)
|
||||
LDFLAGS += -Wl,--no-as-needed
|
||||
else
|
||||
LDFLAGS += -Wl
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user