mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r19131] Description:
Reduce compiler optimizations for v10.6, to work around bug with static constant char *'s. Tested on: Linux/32 2.4 (jam) w/PGI
This commit is contained in:
parent
95330f3e60
commit
ad2f3285b3
@ -72,6 +72,10 @@ if test "X-pgcc" = "X-$cc_vendor"; then
|
||||
|
||||
# Production
|
||||
case "$cc_vendor-$cc_version" in
|
||||
# Tweak down compiler optimizations for v10.6, it has a bug
|
||||
pgcc-10.6*)
|
||||
PROD_CFLAGS="-O1 -s"
|
||||
;;
|
||||
# Tweak down compiler optimizations for v9.x
|
||||
pgcc-9.*)
|
||||
PROD_CFLAGS="-O1 -s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user