bdberl/rebar.config

9 lines
249 B
Plaintext
Raw Normal View History

2011-07-17 19:50:40 +00:00
{port_envs, [
{"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include"},
{"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/system/lib/libdb.a"}
2011-07-17 19:50:40 +00:00
]}.
{cover_enabled, true}.
{ct_extra_params, "-boot start_sasl -s snmp"}.