ale icon indicating copy to clipboard operation
ale copied to clipboard

Added flag to avoid mod files be generated in current dir

Open 14NGiestas opened this issue 2 years ago • 0 comments

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

14NGiestas avatar Aug 22 '22 01:08 14NGiestas