Skip to content

Commit 3a90a02

Browse files
committed
fixup! msvc: support building Git using MS Visual C++
This seems to be recommended when building in parallel, which we want to do (especially in the Azure Pipeline). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0b45281 commit 3a90a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ endif
451451
# Always give "-Zi" to the compiler and "-debug" to linker (even in
452452
# release mode) to force a PDB to be generated (like RelWithDebInfo).
453453
BASIC_CFLAGS += -Zi
454-
BASIC_LDFLAGS += -debug
454+
BASIC_LDFLAGS += -debug -Zf
455455

456456
ifdef NO_SAFESEH
457457
LDFLAGS += -SAFESEH:NO

0 commit comments

Comments
 (0)