mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r8115] Purpose:
Bug fix Description: Update gcc 3.4 flags to reduce optimization level to the same settings as for gcc 3.0-3.3 due to code generation bugs at higher optimization levels. Platforms tested: FreeBSD 4.9 (sleipnir)
This commit is contained in:
parent
b637785b44
commit
6042adf10b
@ -133,7 +133,7 @@ case "$cc_vendor-$cc_version" in
|
||||
gcc-2.95.[34])
|
||||
PROD_CFLAGS="-O3 $NOFP"
|
||||
;;
|
||||
gcc-3.[0-3]*)
|
||||
gcc-3.[0-4]*)
|
||||
# The optimization level is reduced for gcc 3.* due to problems
|
||||
# with code generation for src/H5Tconv.c with the -O2 & -O3
|
||||
# optimization levels for gcc 3.2.2 and gcc 3.3.2 (which shows up as
|
||||
|
Loading…
Reference in New Issue
Block a user