Packages

simple middleware for resolving erlang eof port problem

Current section

Files

Jump to
estdinout rebar.config
Raw

rebar.config

{plugins, [pc]}.
{provider_hooks, [
{pre,[
{compile, {pc, compile}},
{clean , {pc, clean }}
]}
]}.
{port_specs, [{"priv/estdinout", ["c_src/estdinout.c"]}]}.
{port_env, [{"CFLAGS", "$CFLAGS -Wall -Werror -ansi -pedantic -O3"}]}.