blob: 2dae006777781ffd3f8f2b92da5fbebbe82aa451 [file] [log] [blame]
{port_specs, [
{"priv/b64url.so", ["c_src/*.c"]}
]}.
{port_env, [
% Development compilation
% {".*", "CFLAGS", "$CFLAGS -g -Wall -Werror -fPIC"}
% Production compilation
{".*", "CFLAGS", "$CFLAGS -Wall -Werror -DNDEBUG -O3"}
]}.
{deps, [
{proper, ".*", {git, "https://github.com/manopapad/proper.git", "master"}}
]}.