summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-11-25 21:24:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-11-25 21:24:21 (GMT)
commit04acddc3312f702ac889af4c55642185ab838e8b (patch)
treec8fb219dbec72a11c3844dad6cb9391973da76dd /config
parent8dbb0315c55c8ea181ffc287a985f11eba592a4d (diff)
downloadhdf5-04acddc3312f702ac889af4c55642185ab838e8b.zip
hdf5-04acddc3312f702ac889af4c55642185ab838e8b.tar.gz
hdf5-04acddc3312f702ac889af4c55642185ab838e8b.tar.bz2
[svn-r7886] Purpose:
Update ecc compiler flags Platforms tested: Titan Not relevant to other platforms, so no h5committest.
Diffstat (limited to 'config')
-rw-r--r--config/ia64-linux-gnu9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu
index baea81f..716717b 100644
--- a/config/ia64-linux-gnu
+++ b/config/ia64-linux-gnu
@@ -17,16 +17,15 @@ fi
case $CC_BASENAME in
ecc)
- # CFLAGS must be set else configure set it to -g
- CFLAGS="$CFLAGS"
+ CFLAGS="$CFLAGS -std=c99 -w2 -Wall"
- DEBUG_CFLAGS="-g"
+ 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=
;;