mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-09 15:01:59 -05:00
mingw: stop hard-coding CC = gcc
This is no longer true in general, not with supporting Clang out of the box. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Git for Windows Build Agent
parent
74fc09cf47
commit
1d2fa8742f
@@ -752,7 +752,6 @@ ifeq ($(uname_S),MINGW)
|
||||
COMPAT_CFLAGS += -D_USE_32BIT_TIME_T
|
||||
BASIC_LDFLAGS += -Wl,--large-address-aware
|
||||
endif
|
||||
CC = gcc
|
||||
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -DDETECT_MSYS_TTY \
|
||||
-fstack-protector-strong
|
||||
EXTLIBS += -lntdll
|
||||
|
||||
Reference in New Issue
Block a user