From b2584fb5a9851bdf3c23036e6cea9cd301135df0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 13 Mar 2016 00:27:15 +0100 Subject: Add possibility to compare against libgmp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19d3e1d..90351d9 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ endif ifdef BENCHMARK_LIB CPPFLAGS += -DBENCHMARK_LIB='"$(BENCHMARK_LIB).h"' BENCHMARK_libtommath = -ltommath +BENCHMARK_libgmp = -lgmp benchmark: bench/benchmark.c bench/$(BENCHMARK_LIB).h $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark.c $(BENCHMARK_$(BENCHMARK_LIB)) endif -- cgit v1.2.3-70-g09d2