diff --git a/Make b/Make index 389ca28a9d..6f5c76f8aa 100755 --- a/Make +++ b/Make @@ -45,7 +45,8 @@ do $old_style_def_fix) o=-Wold-style-definition ;; esac - O="$O -Werror -Wall $o -ansi -pedantic -std=c99" + O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast" + O="$O -fwrapv -fno-strict-overflow" ;; --) shift