qdate_localtime/rebar.config

12 lines
212 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"},
2021-07-01 08:46:14 -05:00
{"win32", compile, "escript.exe priv\\ibuild.escript"}
2021-06-30 20:59:58 -05:00
]}.