On Monday, 27 January 2014 at 08:27:57 UTC, Atila Neves wrote:

Right now I'm glad that flycheck highlights compilation errors for me in emacs, but unfortunately there is no way currently to pass it -I flags for different projects so any non-Phobos non-currentdir imports fail.

Here's what I do for flymake. I'm not suggesting it's great, but it works for me:

https://gist.github.com/gmfawcett/8656475

You can specify compiler options in a project-local file, d.flymake.opts, which gets included to the compiler call using the '@' directive.

Graham

Reply via email to