mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r1036] Updated compiler flags
This commit is contained in:
parent
a1f46c91fd
commit
c00d3bcc92
@ -27,10 +27,10 @@ case "X-$CC" in
|
||||
*)
|
||||
CFLAGS="$CFLAGS -Ae"
|
||||
DEBUG_CFLAGS=-g
|
||||
DEBUG_CPPFLAGS=
|
||||
DEBUG_CPPFLAGS="-Ae"
|
||||
PROD_CFLAGS=-O
|
||||
PROD_CPPFLAGS=
|
||||
PROD_CPPFLAGS="-Ae"
|
||||
PROFILE_CFLAGS=
|
||||
PROFILE_CPPFLAGS=
|
||||
PROFILE_CPPFLAGS="-Ae"
|
||||
;;
|
||||
esac
|
||||
|
@ -14,7 +14,7 @@ fi
|
||||
|
||||
ARCH="-mcpu=pentiumpro -march=pentiumpro -malign-double"
|
||||
NOFP="-fomit-frame-pointer"
|
||||
HDF4_FLAGS="-D__i386"
|
||||
#HDF4_FLAGS="-D__i386"
|
||||
|
||||
# Compiler flags. We use `-v' to get the version number because it almost
|
||||
# always works on Linux systems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user