rebar.config.sample: fix erl_opts example

This commit is contained in:
Tuncer Ayaz 2012-11-15 01:28:08 +01:00
parent 9ac9d935c0
commit e593a90a3c

View file

@ -16,7 +16,9 @@
{erl_first_files, ["mymib1", "mymib2"]}.
%% Erlang compiler options
{erl_opts, [no_debug_info, {i, "myinclude"}, {src_dirs, ["src1", "src2"]},
{erl_opts, [no_debug_info,
{i, "myinclude"},
{src_dirs, ["src", "src2", "src3"]},
{platform_define,
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
{platform_define, "(linux|freebsd)", 'BACKLOG', 128},