blob: 534c049e4e4caa8bd87dcb695707e720ed55250b [file] [log] [blame]
{port_specs, [
{"priv/b64url.so", ["c_src/*.c"]}
]}.
{eunit_opts, [verbose]}.
{port_env, [
% Development compilation
% {".*", "CFLAGS", "$CFLAGS -g -Wall -Werror -fPIC"}
% Production compilation
{".*", "CFLAGS", "$CFLAGS -Wall -Werror -DNDEBUG -O3"}
]}.