summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFangrui Song2018-08-23 15:23:35 -0700
committerFangrui Song2018-08-23 15:26:08 -0700
commit934e53b4066baa3494f7beae0fecd7a02b860839 (patch)
tree93b9851c278abd5c6d9f01aa2a81782137c7036b /.SRCINFO
parent0870862b94d8cc9cb5ae2e64d878000eb9512712 (diff)
downloadaur-934e53b4066baa3494f7beae0fecd7a02b860839.tar.gz
Add -DLLVM_ENABLE_RTTI=on
The SIGSEGV issue has been identified. It was because extra/clang were compiled with -DLLVM_ENABLE_RTTI=ON while aur/ccls-git used -fno-rtti. The mismatch leaded /usr/include/c++/8/bits/shared_ptr_base.h _M_get_deleter to return nullptr.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e3abe63742..e837eb6b3326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccls-git
pkgdesc = C/C++ language server supporting cross references, hierarchies, completion and semantic highlighting
- pkgver = 1589.89af70fe
+ pkgver = 1668.558516d
pkgrel = 1
url = https://github.com/MaskRay/ccls
arch = any