make static works again

This commit is contained in:
Alexey Romanov
2010-10-14 12:25:03 +04:00
parent 2c84aefb48
commit bab3014e1a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
% -*- mode: erlang -*-
{erlc_opts, [debug_info]}.
{erl_opts, [debug_info]}. %% required for dialyzer
{port_envs, [{"DRV_LDFLAGS", "$DRV_LDFLAGS -lsqlite3"}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{plt, "./sqlite3.plt"}.
{dialyzer_opts, [{plt, "dialyzer/sqlite3.plt"}]}.