Meta/RelBuild: use -Wno-format-zero-length while cutting a release

This commit is contained in:
Junio C Hamano
2013-08-27 09:37:31 -07:00
parent c85809a8bb
commit 89b6cd3577

View File

@@ -5,7 +5,7 @@ version=$(git describe --exact) &&
label=$(echo "$version" | sed -e 's|^v||') &&
version=$(echo "$label" | sed -e 's|-|.|g') || exit
make clean && make $j dist &&
make clean && make $j CFLAGS="-O2 -Wno-format-zero-length" dist &&
ASCIIDOC_NO_ROFF=YesPlease \
ASCIIDOC8=YesPlease \