diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-02-19 17:42:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-02-19 17:42:03 (GMT) |
commit | 0e8b7519736c0c1195aba13931e828f667ba04cd (patch) | |
tree | 0bdb310f88d011a13cf452e9aa87eee05e6c8c37 /config | |
parent | 5d69e87ff0f4a4c3ce72b69a944b73b46b5c2b7c (diff) | |
download | hdf5-0e8b7519736c0c1195aba13931e828f667ba04cd.zip hdf5-0e8b7519736c0c1195aba13931e828f667ba04cd.tar.gz hdf5-0e8b7519736c0c1195aba13931e828f667ba04cd.tar.bz2 |
[svn-r16492] revert gcc PROD_CFLAGS to "-O", which was incorrectly changed by rev 16489.
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-flags | 2 |
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 |