From 7bd7f6dc88f620ac77fe6b5acd5ffb06105c759d Mon Sep 17 00:00:00 2001 From: Kanak Kshetri Date: Wed, 1 Apr 2020 07:34:16 -0500 Subject: testapp: Fix failure with -flto=auto --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0d30161..d62facf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = memcached-debug sizes testapp timedrun BUILT_SOURCES= -testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.c hash.h cache.c +testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.h cache.c timedrun_SOURCES = timedrun.c -- cgit v1.2.1