Current section

Files

Jump to
e2qc rebar.config
Raw

rebar.config

{port_env, [
{"CFLAGS", "$CFLAGS -O2"}
]}.
{port_specs, [
{"priv/e2qc_nif.so", ["c_src/*.c"]}
]}.
{plugins, [pc]}.
{provider_hooks,
[{post,
[{compile, {pc, compile}},
{clean, {pc, clean}}]}]}.