mirror of
https://github.com/git/git.git
synced 2026-02-04 23:16:38 +00:00
Merge pull request #501 from dscho/stack-protector
Build Git with Stack Smashing Protector enabled
This commit is contained in:
@@ -555,7 +555,8 @@ else
|
||||
BASIC_LDFLAGS += -Wl,--large-address-aware
|
||||
endif
|
||||
CC = gcc
|
||||
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -DDETECT_MSYS_TTY
|
||||
COMPAT_CFLAGS += -D__USE_MINGW_ANSI_STDIO=0 -DDETECT_MSYS_TTY \
|
||||
-fstack-protector-strong
|
||||
EXTLIBS += -lntdll
|
||||
INSTALL = /bin/install
|
||||
NO_R_TO_GCC_LINKER = YesPlease
|
||||
|
||||
Reference in New Issue
Block a user