[svn-r24103] Force NO optimization of H5detect.c

This commit is contained in:
Allen Byrne 2013-09-06 09:44:55 -05:00
parent 5b876c929f
commit ddbc3c841c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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