X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=5b101cbdaa2be1d1291ed771b87382e4592185c2;hp=efca3947ee95aaf762f495fc470ec7d5221f11a4;hb=a3943b2aa76b278aaeb348fb37123f72507da0bd;hpb=f04f50b368b09edcb2e965bbdd44980654c60cc3 diff --git a/src/Makefile b/src/Makefile index efca3947..5b101cbd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -141,6 +141,7 @@ endif ### 3.1 Selecting compiler (default = gcc) CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -fno-rtti -std=c++11 $(EXTRACXXFLAGS) +DEPENDFLAGS += -std=c++11 LDFLAGS += $(EXTRALDFLAGS) ifeq ($(COMP),)