diff options
author | Steve Huston <shuston@riverace.com> | 1999-06-25 20:14:14 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-06-25 20:14:14 +0000 |
commit | bb7480ef4d41db32db556abe7fe868f5b23020f7 (patch) | |
tree | 02805ee69514c4d9906c38c07503eae598523b70 | |
parent | cf5679f9dd1e53b3afcfc686e236b9e5b0c79e04 (diff) | |
download | ATCD-bb7480ef4d41db32db556abe7fe868f5b23020f7.tar.gz |
Set static_libs_only to 1 so the library settings for linking get done right on
AIX.
-rw-r--r-- | performance-tests/Misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index b912d3226f7..371aadc432c 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -17,6 +17,7 @@ BIN = basic_perf \ #### See below for test_naming. # Only build static library for optimum run-time speed. +static_libs_only = 1 LIB = libPerf.a FILES = basic_func LSRC = $(addsuffix .cpp,$(FILES)) |