{erl_opts, [no_debug_info, {i, "include"}]}.
|
|
{deps, []}.
|
|
|
|
{pre_hooks,
|
|
[{"linux", compile, "make -C c_src all"}]}.
|
|
|
|
{post_hooks,
|
|
[{"linux", clean, "make -C c_src clean"}]}.
|