mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
rebar.config.sample: fix erl_opts example
This commit is contained in:
parent
9ac9d935c0
commit
e593a90a3c
1 changed files with 3 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue