Skip to content

Commit

Permalink
Revert "llvm: enable RTTI when building libc++"
Browse files Browse the repository at this point in the history
This reverts commit 9279fc5fceed9ef1b7ccd0dd1f9c2b46e562b36a.

Closes Homebrew/legacy-homebrew#39663.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
tamird authored and jacknagel committed May 13, 2015
1 parent d5f9aa8 commit 2a074e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/llvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def install
-DLLVM_OPTIMIZED_TABLEGEN=On
]

args << "-DLLVM_ENABLE_RTTI=On" if build.with?("rtti") || build.with?("clang")
args << "-DLLVM_ENABLE_RTTI=On" if build.with? "rtti"

args << "-DBUILD_SHARED_LIBS=Off" if build.without? "shared"

Expand Down

0 comments on commit 2a074e4

Please sign in to comment.