ale
ale copied to clipboard
Added flag to avoid mod files be generated in current dir
ALE keeps generating mod files to the current Dir and that may conflict with the project you are working with and be pretty annoying as you edit the files and it seems there is no effect (the thing is that the wrong module 'mod', generated by ALE, is being loaded).
So, I added -J/tmp/
as it says GCC docs
Edit: I just realized that this is not portable at all... so this is more like an issue than a PR