qdate_localtime/rebar.config

12 lines
211 B
Text
Raw Normal View History

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