Add build flags for YouCompleteMe.
authorRalph Giles <giles@thaumas.net>
Mon, 25 Sep 2017 22:58:41 +0000 (15:58 -0700)
committerRalph Giles <giles@thaumas.net>
Mon, 25 Sep 2017 22:58:41 +0000 (15:58 -0700)
commit8ef0f8058854b2ef55d2d42bbe84487a9aadae12
tree38885b04e4b59c1f7c7b361aa08e2d660f2dff74
parent8a8f8589e19c5016f6548d877a8fda231fce4f93
Add build flags for YouCompleteMe.

Add a .ycm_extra.conf.py script to return the same CFLAGS
we pass for `make debug`. These are passed to libclang
so symbol lookup works correctly.

Note this doesn't pick up changes to the build config,
including non-default locations for the ogg headers,
but it's better than nothing.
.ycm_extra_conf.py [new file with mode: 0644]