X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile;h=669052f4b3819a78439731b099882a5c7244bdcf;hb=2617aa415e94eeccf4a7e77aec0f55cebb351366;hp=6a47b177e07b14b0e8e8b0f0bb3a0633dfdb156c;hpb=325dedc7da98cb530e2f758894ac49ac1befef0f;p=stockfish diff --git a/src/Makefile b/src/Makefile index 6a47b177..669052f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -315,7 +315,7 @@ ifeq ($(popcnt),yes) ### needs access to the optimization flags. ifeq ($(comp),gcc) CXXFLAGS += -msse3 -flto - LDFLAGS += $(CXXFLAGS) -static + LDFLAGS += $(CXXFLAGS) endif endif