Skip to content

Commit

Permalink
Disable lto because its broken on tiger.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47783 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tlattner committed Mar 1, 2008
1 parent 3c8b59c commit e5101bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e5101bf

Please sign in to comment.