diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-25 21:24:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-25 21:24:24 (GMT) |
commit | 2d09675e14622a7c0e0c52495873d2f885ff1658 (patch) | |
tree | 0ec3e20123a7aa619326f30280b2a9378046dae3 /config | |
parent | 595ca51493fd1f94d6077150d86956df3bae2b15 (diff) | |
download | hdf5-2d09675e14622a7c0e0c52495873d2f885ff1658.zip hdf5-2d09675e14622a7c0e0c52495873d2f885ff1658.tar.gz hdf5-2d09675e14622a7c0e0c52495873d2f885ff1658.tar.bz2 |
[svn-r7887] 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-gnu | 10 |
1 files 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= ;; |