mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 09:13:08 +00:00
Regenerate dependencies on code change
fixes https://github.com/official-stockfish/Stockfish/issues/3658 dependencies are now regenerated for each code change, this adds some 1s overhead in compile time, but avoids potential miscompilations or build problems. closes https://github.com/official-stockfish/Stockfish/pull/3659 No functional change
This commit is contained in:
parent
d61d38586e
commit
f10ebc2bdf
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ icc-profile-use:
|
||||||
EXTRACXXFLAGS='-prof_use -prof_dir ./profdir' \
|
EXTRACXXFLAGS='-prof_use -prof_dir ./profdir' \
|
||||||
all
|
all
|
||||||
|
|
||||||
.depend:
|
.depend: $(SRCS)
|
||||||
-@$(CXX) $(DEPENDFLAGS) -MM $(SRCS) > $@ 2> /dev/null
|
-@$(CXX) $(DEPENDFLAGS) -MM $(SRCS) > $@ 2> /dev/null
|
||||||
|
|
||||||
-include .depend
|
-include .depend
|
||||||
|
|
Loading…
Add table
Reference in a new issue