summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 632686f3d6..6366ce06a1 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -33,11 +33,12 @@
import os
import subprocess
+import string
import ycm_core
compilation_database_folders = [
- 'build/linux-x86_64/Release',
- 'build/osx/Release',
+ 'build/linux-x86_64/Debug',
+ 'build/osx/Debug',
]
subprocess.call(['make compdb'], shell=True)