Current section
Files
Jump to
Current section
Files
rebar.config
{pre_hooks, [
{"linux", compile,
"env LD_FLAGS=\"-DHAVE_PRCTL -DHAVE_PRLIMIT -D_FILE_OFFSET_BITS=64\" make -C c_src"}
]}.
{post_hooks, [
{"linux", clean, "make -C c_src clean"}
]}.
{dialyzer, [
{warnings, [
unmatched_returns,
error_handling,
underspecs
]}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
"LICENSE"
]},
{main, "README.md"},
{source_url, "https://github.com/msantos/perc"}
]}.
{hex, [{doc, ex_doc}]}.