Commit b9415584 authored by Dominik Charousset's avatar Dominik Charousset

Remove seemingly broken YCM option

parent d4930d93
...@@ -28,7 +28,7 @@ flags = [ ...@@ -28,7 +28,7 @@ flags = [
# #
# Most projects will NOT need to set this to anything; you can just change the # Most projects will NOT need to set this to anything; you can just change the
# 'flags' list of compilation flags. Notice that YCM itself uses that approach. # 'flags' list of compilation flags. Notice that YCM itself uses that approach.
compilation_database_folder = 'build' compilation_database_folder = ''
if os.path.exists( compilation_database_folder ): if os.path.exists( compilation_database_folder ):
database = ycm_core.CompilationDatabase( compilation_database_folder ) database = ycm_core.CompilationDatabase( compilation_database_folder )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment