mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r24103] Force NO optimization of H5detect.c
This commit is contained in:
parent
5b876c929f
commit
ddbc3c841c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user