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 | 98ebc1fd1bd4447a8cf0e4f2a908a007530ffbe6 (patch) | |
tree | 02805ee69514c4d9906c38c07503eae598523b70 /performance-tests | |
parent | d8e05408c95d32f0c102d5d4556d28f60a0e9bd4 (diff) | |
download | ATCD-98ebc1fd1bd4447a8cf0e4f2a908a007530ffbe6.tar.gz |
Set static_libs_only to 1 so the library settings for linking get done right on
AIX.
Diffstat (limited to 'performance-tests')
-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)) |