summaryrefslogtreecommitdiffstats
path: root/config/unicosmk
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:05:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-04-23 21:05:19 (GMT)
commitfbd82816318a492a2618320a72263a93ee46c975 (patch)
tree62c78150c8d4068feea6e90ccf22029743e99ca2 /config/unicosmk
parenta1e8b8b62e8d4fdcf5b618a9e0bf4bdf45ffc3ec (diff)
downloadhdf5-fbd82816318a492a2618320a72263a93ee46c975.zip
hdf5-fbd82816318a492a2618320a72263a93ee46c975.tar.gz
hdf5-fbd82816318a492a2618320a72263a93ee46c975.tar.bz2
[svn-r1207] Updated compile options for the Cray T3E
Diffstat (limited to 'config/unicosmk')
-rw-r--r--config/unicosmk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/unicosmk b/config/unicosmk
index 221add8..91baf7a 100644
--- a/config/unicosmk
+++ b/config/unicosmk
@@ -100,9 +100,9 @@ case $CC_BASENAME in
cc)
CFLAGS="$CFLAGS"
- DEBUG_CFLAGS="-g"
+ DEBUG_CFLAGS="-g -h zero"
DEBUG_CPPFLAGS="-DH5F_OPT_SEEK=0 -DH5F_LOW_DFLT=H5F_LOW_SEC2"
- PROD_CFLAGS="-O"
+ PROD_CFLAGS="-O2"
PROD_CPPFLAGS=
PROFILE_CFLAGS="-pg"
PROFILE_CPPFLAGS=
td class='right'>2
-rw-r--r--tools/lib/CMakeLists.txt2
7 files changed, 9 insertions, 9 deletions
diff --git a/c++/src/CMakeLists.txt b/c++/src/CMakeLists.txt
index b07ab2b..c0e2f11 100644
--- a/c++/src/CMakeLists.txt
+++ b/c++/src/CMakeLists.txt
@@ -110,7 +110,7 @@ install (
#-----------------------------------------------------------------------------
if (HDF5_EXPORTED_TARGETS)
if (BUILD_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_CPP_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} cpplibraries)
+ INSTALL_TARGET_PDB (${HDF5_CPP_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} cpplibraries)
endif (BUILD_SHARED_LIBS)
install (
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt
index b149017..5b641d1 100644
--- a/fortran/src/CMakeLists.txt
+++ b/fortran/src/CMakeLists.txt
@@ -374,8 +374,8 @@ endif (WIN32)
#-----------------------------------------------------------------------------
if (HDF5_EXPORTED_TARGETS)
if (BUILD_SHARED_LIBS)
- INSTALL_TARGET_PDB (${HDF5_F90_C_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} fortlibraries)
- #INSTALL_TARGET_PDB (${HDF5_F90_LIB_TARGET} ${HDF5_INSTALL_LIB_DIR} fortlibraries)
+ INSTALL_TARGET_PDB (${HDF5_F90_C_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} fortlibraries)
+ #INSTALL_TARGET_PDB (${HDF5_F90_LIB_TARGET} ${HDF5_INSTALL_BIN_DIR} fortlibraries)
endif (BUILD_SHARED_LIBS)
install (
diff --git a/hl/c++/src/CMakeLists.txt b/hl/c++/src/CMakeLists.txt