diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-17 15:30:17 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-12-17 15:30:17 +0000 |
commit | 2411b445e556cf20f6cdae6a2238d08e549b2e9a (patch) | |
tree | c4d278a55609fbc14ae6fbed892c7b77f894beec /performance-tests/Misc | |
parent | 1c829cbb2836c7674ddd606626ef9e76558736d3 (diff) | |
download | ATCD-2411b445e556cf20f6cdae6a2238d08e549b2e9a.tar.gz |
ChangeLogTag:Wed Dec 17 15:21:36 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'performance-tests/Misc')
-rw-r--r-- | performance-tests/Misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |