forked from OSchip/llvm-project
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times. llvm-svn: 23934
This commit is contained in:
parent
8c087e962c
commit
1e050bd88b
|
@ -10,5 +10,6 @@ LEVEL = ../..
|
|||
PARALLEL_DIRS=bzip2
|
||||
LIBRARYNAME = LLVMSupport
|
||||
BUILD_ARCHIVE = 1
|
||||
DONT_BUILD_RELINKED := 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue