Vivilar
Vivilar

Reputation: 97

erlIDE compiler options

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,

Upvotes: 1

Views: 582

Answers (2)

Vlad Dumitrescu
Vlad Dumitrescu

Reputation: 941

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

Upvotes: 1

Ivan Blinkov
Ivan Blinkov

Reputation: 2554

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.

Upvotes: 0

Related Questions