Files
erlang-sqlite3/rebar.config
2010-10-14 12:12:53 +04:00

7 lines
219 B
Erlang

% -*- mode: erlang -*-
{erlc_opts, [debug_info]}.
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{plt, "./sqlite3.plt"}.