hpux-ia64-dont-optimize-lwp-20031124

FIXES 2450

remove -O when compiling lwp
This commit is contained in:
Douglas Engert 2003-11-24 22:44:20 +00:00 committed by Derrick Brashear
parent ff9c60a3c8
commit d15973aa12

View File

@ -157,7 +157,7 @@ case $AFS_SYSNAME in
DBM="/lib/hpux32/libndbm.so"
LD="/bin/ld "
LEX="/opt/langtools/bin/lex"
LWP_OPTMZ="-O"
LWP_OPTMZ=""
MT_CC="$CC"
MT_CFLAGS='-D_POSIX_C_SOURCE=199506L -DAFS_PTHREAD_ENV ${XCFLAGS}'
MT_LIBS="-lpthread"