diff options
Diffstat (limited to 'config/alpha-dec-osf4.0')
-rw-r--r-- | config/alpha-dec-osf4.0 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/alpha-dec-osf4.0 b/config/alpha-dec-osf4.0 index d439544..1443d1b 100644 --- a/config/alpha-dec-osf4.0 +++ b/config/alpha-dec-osf4.0 @@ -28,11 +28,11 @@ case "X-$CC_BASENAME" in *) #CFLAGS="$CFLAGS" - DEBUG_CFLAGS="-g" + DEBUG_CFLAGS="-g -std -verbose -warnprotos" DEBUG_CPPFLAGS="-DH5F_OPT_SEEK=0 -DH5F_LOW_DFLT=H5F_LOW_SEC2" - PROD_CFLAGS="-g0 -fast -tune host" - PROD_CPPFLAGS= - PROFILE_CFLAGS="-pg" + PROD_CFLAGS="-g0 -verbose -warnprotos -std -O4 -arch host -tune host -ansi_args -fp_reorder -readonly_strings -inline speed" + PROD_CPPFLAGS="-D_INTRINSICS -D_INLINE_INTRINSICS" + PROFILE_CFLAGS="-pg -std -verbose -warnprotos" PROFILE_CPPFLAGS= ;; esac |