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/Transforms/IPO | |
| 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/Transforms/IPO')
| -rw-r--r-- | llvm/lib/Transforms/IPO/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/Makefile b/llvm/lib/Transforms/IPO/Makefile index 4f4563f18c8..7bf537945a6 100644 --- a/llvm/lib/Transforms/IPO/Makefile +++ b/llvm/lib/Transforms/IPO/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMipo BUILD_ARCHIVE = 1 +DONT_BUILD_RELINKED = 1 include $(LEVEL)/Makefile.common |

