X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=669052f4b3819a78439731b099882a5c7244bdcf;hp=6a47b177e07b14b0e8e8b0f0bb3a0633dfdb156c;hb=22b9307aba0f78aa92abcf85e807af8b64011c7a;hpb=325dedc7da98cb530e2f758894ac49ac1befef0f 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