X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5bd022fe5bf43d79ed34753f637775defbad16a1..c35e155caf605c139c3e62606ff830744682c8a7:/src/OS/Makefile-HP-UX diff --git a/src/OS/Makefile-HP-UX b/src/OS/Makefile-HP-UX index 7b77b1002..a28c7ed31 100644 --- a/src/OS/Makefile-HP-UX +++ b/src/OS/Makefile-HP-UX @@ -1,13 +1,17 @@ -# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.2 2005/06/17 09:02:40 ph10 Exp $ +# $Cambridge: exim/src/OS/Makefile-HP-UX,v 1.4 2005/08/08 10:48:27 ph10 Exp $ # Exim: OS-specific make file for HP-UX later than 9 # HP ANSI C compiler #CC=cc -#CFLAGS=+O1 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED +#CFLAGS=+O2 +Onolimit -z -D_XOPEN_SOURCE_EXTENDED +# Users of the A.06.00 compiler might need to use +O1 rather than +O2 as +# there have been some problems reported with this compiler with +O2 set. + # gcc CFLAGS=-O -Wl,-z -D_XOPEN_SOURCE_EXTENDED + BASENAME_COMMAND=/bin/basename HAVE_ICONV=yes HAVE_SETRESUID=YES