summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-02-19 17:44:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-02-19 17:44:02 (GMT)
commit0e515209b26676bcc93e1ca412ecc026ad8d6312 (patch)
tree0d96a85263e12b98f498b43e78c8b2d14750143f /config
parentc880943ce9d588a58aecebeb7d2ecf978e02616b (diff)
downloadhdf5-0e515209b26676bcc93e1ca412ecc026ad8d6312.zip
hdf5-0e515209b26676bcc93e1ca412ecc026ad8d6312.tar.gz
hdf5-0e515209b26676bcc93e1ca412ecc026ad8d6312.tar.bz2
[svn-r16493] revert gcc PROD_CFLAGS to "-O", which was incorrectly changed by rev 16490.
Diffstat (limited to 'config')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index de73810..5fd72f2 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -151,7 +151,7 @@ case "$cc_vendor-$cc_version" in
# optimization levels (which shows up as failures for various integer
# types -> long long conversions in the test/dtypes test). Perhaps
# later versions of gcc will fix this bug... - QAK - 2003/10/20
- PROD_CFLAGS="-O0"
+ PROD_CFLAGS="-O"
;;
gcc-4*)
# Be optimistic about future versions of gcc.. :-) - QAK - 2003/10/20