mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Added "-Wl,-s" option.
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ ifeq ($(COMP),mingw)
|
||||
CXXFLAGS += -Wextra -Wshadow
|
||||
LDFLAGS += -static
|
||||
endif
|
||||
LDFLAGS += -static
|
||||
LDFLAGS += -static -Wl,-s
|
||||
|
||||
ifeq ($(COMP),icc)
|
||||
comp=icc
|
||||
|
||||
Reference in New Issue
Block a user