diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 14:49:52 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-16 15:09:33 +0200 |
commit | d439cc2bd2efffbd2ba965fc431e4e4b21180773 (patch) | |
tree | 527f30ba3a70a26736221aedf58bc4a3626fc07f /main | |
parent | c59a0bd7ca46d93b52e6faf1d89f3fc2304869fe (diff) | |
download | aports-d439cc2bd2efffbd2ba965fc431e4e4b21180773.tar.bz2 aports-d439cc2bd2efffbd2ba965fc431e4e4b21180773.tar.xz |
main/clang: enable EH and RTTI, which are required by lldb
Diffstat (limited to 'main')
-rw-r--r-- | main/clang/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/clang/APKBUILD b/main/clang/APKBUILD index 984c49e4dc..87ffcfd707 100644 --- a/main/clang/APKBUILD +++ b/main/clang/APKBUILD @@ -45,6 +45,8 @@ build() { -DCLANG_INCLUDE_TESTS=ON \ -DCLANG_PLUGIN_SUPPORT=ON \ -DLIBCLANG_BUILD_STATIC=ON \ + -DLLVM_ENABLE_EH=ON \ + -DLLVM_ENABLE_RTTI=ON \ || return 1 make clang-tblgen || return 1 |