X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/76b9af849ba1c93eb2b6807e57268b7a7a2e205c..f4ec967205c6fa0f3d37aad24335337251f17e16:/build_nmh diff --git a/build_nmh b/build_nmh index 80566701..832bd581 100755 --- a/build_nmh +++ b/build_nmh @@ -364,7 +364,7 @@ if [ -z "$CFLAGS" ]; then if cc -dM -E - &1 | grep __GNUC__ >/dev/null; then #### configure will supply -g -O2 with gcc, but only if CFLAGS #### isn't defined. - CFLAGS='-g -ansi -pedantic' + CFLAGS='-g -std=c99 -pedantic' if [ "$config_debug" = n ]; then CFLAGS="$CFLAGS -O2" else