Adjust DEC/Compaq C compiler settings.

pull/1/head
Yang Tse 17 years ago
parent 10ebec6364
commit abf47388f9
  1. 2
      configure.ac

@ -236,6 +236,8 @@ if test "$curl_cv_have_def___DECC" = "yes" ||
AC_MSG_RESULT([yes])
dnl Select strict ANSI C compiler mode
CFLAGS="$CFLAGS -std1"
dnl Turn off optimizer ANSI C aliasing rules
CFLAGS="$CFLAGS -noansi_alias"
dnl Select a higher warning level than default level2
CFLAGS="$CFLAGS -msg_enable level3"
dnl Generate warnings for missing function prototypes

Loading…
Cancel
Save