diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:59:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:59:48 +0000 |
commit | 8c087e962cdfc29c6dd4462ab0510b2343577996 (patch) | |
tree | 700637ba0be5240124f0dfcb633aec1320afd812 /llvm/lib/Analysis/IPA/Makefile | |
parent | c64f3de8d515933dd134ca7c53e04ad6d84da983 (diff) | |
download | bcm5719-llvm-8c087e962cdfc29c6dd4462ab0510b2343577996.tar.gz bcm5719-llvm-8c087e962cdfc29c6dd4462ab0510b2343577996.zip |
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times.
llvm-svn: 23933
Diffstat (limited to 'llvm/lib/Analysis/IPA/Makefile')
-rw-r--r-- | llvm/lib/Analysis/IPA/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/IPA/Makefile b/llvm/lib/Analysis/IPA/Makefile index ebb3dd9e374..b7a6f76ee3f 100644 --- a/llvm/lib/Analysis/IPA/Makefile +++ b/llvm/lib/Analysis/IPA/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMipa BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common |