We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bd424 commit b1dd30aCopy full SHA for b1dd30a
Makefile
@@ -2558,6 +2558,9 @@ endif
2558
$(RM) GIT-VERSION-FILE GIT-CFLAGS GIT-LDFLAGS GIT-BUILD-OPTIONS
2559
$(RM) GIT-USER-AGENT GIT-PREFIX
2560
$(RM) GIT-SCRIPT-DEFINES GIT-PERL-DEFINES GIT-PYTHON-VARS
2561
+ifdef MSVC
2562
+ $(RM) $(patsubst %.o,%.o.pdb,$(OBJECTS))
2563
+endif
2564
2565
.PHONY: all install profile-clean clean strip
2566
.PHONY: shell_compatibility_test please_set_SHELL_PATH_to_a_more_modern_shell
0 commit comments