2015-09-21 15:09:18 -03:00
|
|
|
{erl_opts, [debug_info]}.
|
2021-06-30 18:42:38 -05:00
|
|
|
|
|
|
|
{dialyzer, [
|
2021-06-30 20:59:58 -05:00
|
|
|
{warnings, []}
|
2021-06-30 18:42:38 -05:00
|
|
|
]}.
|
2021-06-30 20:59:58 -05:00
|
|
|
|
|
|
|
{pre_hooks,[
|
|
|
|
{"linux|bsd|darwin|solaris", compile, "priv/ibuild.escript"},
|
2021-07-01 08:46:14 -05:00
|
|
|
{"win32", compile, "escript.exe priv\\ibuild.escript"}
|
2021-06-30 20:59:58 -05:00
|
|
|
]}.
|
|
|
|
|