Hash :
e3f3b825
Author :
Date :
2023-07-25T22:56:19
Compile benchmark programs without assertions. * modules/mbiter-bench-tests (Makefile.am): Compile bench-mbiter with -DNDEBUG. * modules/mbiterf-bench-tests (Makefile.am): Compile bench-mbiterf with -DNDEBUG. * modules/mbuiter-bench-tests (Makefile.am): Compile bench-mbuiter with -DNDEBUG. * modules/mbuiterf-bench-tests (Makefile.am): Compile bench-mbuiterf with -DNDEBUG. * modules/mbswidth-bench-tests (Makefile.am): Compile bench-mbswidth with -DNDEBUG. * modules/crypto/md5-buffer-tests (Makefile.am): Compile bench-md5 with -DNDEBUG. * modules/crypto/sha1-buffer-tests (Makefile.am): Compile bench-sha1 with -DNDEBUG. * modules/crypto/sha256-buffer-tests (Makefile.am): Compile bench-sha224 and bench-sha256 with -DNDEBUG. * modules/crypto/sha512-buffer-tests (Makefile.am): Compile bench-sha384 and bench-sha512 with -DNDEBUG.
Files:
tests/bench-mbiter.c
tests/bench-multibyte.h
tests/bench.h
Depends-on:
mbrtoc32-regular
mbiter
setlocale
striconv
getrusage
gettimeofday
configure.ac:
Makefile.am:
noinst_PROGRAMS += bench-mbiter
bench_mbiter_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
bench_mbiter_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)