mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r16492] revert gcc PROD_CFLAGS to "-O", which was incorrectly changed by rev 16489.
This commit is contained in:
parent
5d69e87ff0
commit
0e8b751973
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user