Packages

NIF-based date and time parsing and formatting for Erlang.

Current section

Files

Jump to
tempo rebar.config
Raw

rebar.config

%% -*- erlang -*-
{plugins, [pc]}.
{erl_opts, [debug_info, warnings_as_errors]}.
{port_specs, [{"priv/tempo.so", ["c_src/*.c"]}]}.
{port_env, [{"CFLAGS", "$CFLAGS -std=gnu99 -Wall -Wextra -Werror -pedantic"},
{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}]}.
{profiles, [{test, [{deps, [{proper, "1.4.0"}]}]}]}.
{provider_hooks,
[{pre, [{compile, {pc, compile}}, {clean, {pc, clean}}]}]}.