Skip to content

Commit

Permalink
Remove seemingly broken YCM option
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Sep 30, 2016
1 parent d4930d9 commit b941558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ycm_extra_conf.py
Expand Up @@ -28,7 +28,7 @@
#
# 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.
compilation_database_folder = 'build'
compilation_database_folder = ''

if os.path.exists( compilation_database_folder ):
database = ycm_core.CompilationDatabase( compilation_database_folder )
Expand Down

0 comments on commit b941558

Please sign in to comment.