зеркало из https://github.com/microsoft/git.git
Cygwin needs NO_C99_FORMAT???
I noticed that t3800 test breaks with git built without this option. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
fba0cbd95d
Коммит
70b9c59656
1
Makefile
1
Makefile
|
@ -317,6 +317,7 @@ ifeq ($(uname_O),Cygwin)
|
||||||
NO_STRLCPY = YesPlease
|
NO_STRLCPY = YesPlease
|
||||||
NO_SYMLINK_HEAD = YesPlease
|
NO_SYMLINK_HEAD = YesPlease
|
||||||
NEEDS_LIBICONV = YesPlease
|
NEEDS_LIBICONV = YesPlease
|
||||||
|
NO_C99_FORMAT = YesPlease
|
||||||
# There are conflicting reports about this.
|
# There are conflicting reports about this.
|
||||||
# On some boxes NO_MMAP is needed, and not so elsewhere.
|
# On some boxes NO_MMAP is needed, and not so elsewhere.
|
||||||
# Try uncommenting this if you see things break -- YMMV.
|
# Try uncommenting this if you see things break -- YMMV.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче