diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index dc9ac440649..0b98201693e 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -26,7 +26,7 @@ include $(LEVEL)/Makefile.config # only build new lto project on Darwin for now ifeq ($(OS),Darwin) -PARALLEL_DIRS += lto2 +#PARALLEL_DIRS += lto2 endif include $(LEVEL)/Makefile.common |