summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-09-06 14:44:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-09-06 14:44:55 (GMT)
commitddbc3c841cc71254243e87ede6dd99c403507914 (patch)
treefa68bd93766f05e57c5997229b476648e9ebf0fd /src
parent5b876c929f79003c85585570827452f5d8052d01 (diff)
downloadhdf5-ddbc3c841cc71254243e87ede6dd99c403507914.zip
hdf5-ddbc3c841cc71254243e87ede6dd99c403507914.tar.gz
hdf5-ddbc3c841cc71254243e87ede6dd99c403507914.tar.bz2
[svn-r24103] Force NO optimization of H5detect.c
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40b5f6b..2d7640e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,7 @@ include $(top_srcdir)/config/lt_vers.am
# a long time to compile it with any optimization on. H5detect is used
# to generate H5Tinit.c once. So, optimization is not critical.
noinst_PROGRAMS = H5detect H5make_libsettings
-H5detect_CFLAGS = -g $(AM_CFLAGS)
+H5detect_CFLAGS = $(AM_CFLAGS) -g -O0
# Our main target, the HDF5 library
lib_LTLIBRARIES=libhdf5.la
diff --git a/src/Makefile.in b/src/Makefile.in
index 6e54781..f215b74 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -524,7 +524,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 154
LT_VERS_AGE = 0
-H5detect_CFLAGS = -g $(AM_CFLAGS)
+H5detect_CFLAGS = $(AM_CFLAGS) -g -O0
# Our main target, the HDF5 library
lib_LTLIBRARIES = libhdf5.la