From 2d09675e14622a7c0e0c52495873d2f885ff1658 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 25 Nov 2003 16:24:24 -0500 Subject: [svn-r7887] Purpose: Update ecc compiler flags Platforms tested: Titan Not relevant to other platforms, so no h5committest. --- config/ia64-linux-gnu | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index 9c97476..20acdab 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -17,14 +17,12 @@ fi case $CC_BASENAME in ecc) - # CFLAGS must be set else configure set it to -g - CFLAGS="$CFLAGS" - DEBUG_CFLAGS="-g" + CFLAGS="$CFLAGS -std=c99 -w2 -Wall" + DEBUG_CFLAGS="-g -O0" DEBUG_CPPFLAGS= - # ecc has -O2 as default - PROD_CFLAGS="" + PROD_CFLAGS="" # ecc has -O2 as default PROD_CPPFLAGS= - PROFILE_CFLAGS="" # ecc has no profile option + PROFILE_CFLAGS="-p" PROFILE_CPPFLAGS= ;; -- cgit v0.12