Allow -O0 -pedantic

This commit is contained in:
Junio C Hamano
2006-09-07 04:29:08 -07:00
parent 732c133e0d
commit ed0c35f7ca

2
Make
View File

@@ -28,7 +28,7 @@ while case $# in 0) break ;; esac
do
case "$1" in
-pedantic)
O='-O2 -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE'
O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE"
;;
--)
shift