From 2411b445e556cf20f6cdae6a2238d08e549b2e9a Mon Sep 17 00:00:00 2001 From: dhinton Date: Wed, 17 Dec 2003 15:30:17 +0000 Subject: ChangeLogTag:Wed Dec 17 15:21:36 UTC 2003 Don Hinton --- performance-tests/Misc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'performance-tests/Misc') diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index c811f7f96b2..88bfb680f31 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -17,7 +17,8 @@ BIN = basic_perf \ #### See below for test_naming. # Only build static library for optimum run-time speed. -static_libs_only = 1 +static_libs = 1 +shared_libs = 0 LIB = libPerf.a FILES = basic_func LSRC = $(addsuffix .cpp,$(FILES)) -- cgit v1.2.1