Question

How do I specify compiler options in erlIDE? The answer to the question Erlang: add libraries to application is to add required libraries to the compiler options but i cant see how to do this with erlIDE ?

Thanks,

Was it helpful?

Solution

If you need to specify additional include directories for your libraries, there is a field for that in 0.15.3. I had removed it by mistake in 0.15.2, I hope it's not been too big a problem.

0.15.3 is available at the moment from http://erlide.org/update_beta and will be promoted soon to an official release.

If there are other compiler settings that you need, then you will have to let me know which ones and I will add them. In this case, please open a ticket at https://github.com/erlide/erlide/issues

OTHER TIPS

Window -> Preferences -> Erlang -> Compiler -> Compiler options in Erlang format.

But generally you do not need to use this if your project uses some kind of build tool like rebar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top