summaryrefslogtreecommitdiffstats
path: root/rebuild-ycm
diff options
context:
space:
mode:
Diffstat (limited to 'rebuild-ycm')
-rwxr-xr-xrebuild-ycm8
1 files changed, 0 insertions, 8 deletions
diff --git a/rebuild-ycm b/rebuild-ycm
deleted file mode 100755
index 42431d3..0000000
--- a/rebuild-ycm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-TEMPDIR=$(mktemp -d)
-trap "rm -rf '${TMPDIR}'" EXIT TERM
-
-cd "$TEMPDIR"
-cmake -G "Unix Makefiles" -DUSE_SYSTEM_LIBCLANG=ON . ~/.vim/bundle/YouCompleteMe/cpp
-make -j12 ycm_core