1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-yaws

Клонировать/Скачать
rebar.config 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Steve Vinoski Отправлено 19.02.2024 22:36 251c8a8
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
{require_min_otp_vsn, "22.0"}.
{sub_dirs, ["rel"]}.
{erl_opts, [warnings_as_errors]}.
{extra_src_dirs, ["examples/src"]}.
{port_env, [{"CFLAGS", "$CFLAGS -g -O3 -Wall -I/usr/include/security"},
{"x86_64", "CFLAGS", "$CFLAGS -m$ERLANG_ARCH"},
{"x86_64", "LDFLAGS", "-m$ERLANG_ARCH $LDFLAGS"},
{"i[36]86", "CFLAGS", "$CFLAGS -m$ERLANG_ARCH"},
{"i[36]86", "LDFLAGS", "-m$ERLANG_ARCH $LDFLAGS"}
]}.
{port_specs, [{"priv/lib/epam.so", ["c_src/epam.c"]},
{"priv/lib/setuid_drv.so", ["c_src/setuid_drv.c"]}]}.
{pre_hooks, [{compile, "./scripts/rebar-pre-script"},
{clean, "./scripts/rebar-pre-script clean"}]}.
{plugins, [
{pc, ".*", {git, "https://github.com/blt/port_compiler.git", {tag, "v1.11.0"}}}
]}.
{provider_hooks, [
{pre, [{compile, {pc, compile}},
{clean, {pc, clean}}]}
]}.
{shell, [{apps, [yaws]}]}.
{relx, [{release, {yaws, {git, short}},
[yaws],
{dev_mode, true},
{include_erts, false},
{extended_start_script, true}}]}.
{profiles, [{dev, [{plugins,
[{ibrowse, {git,"git://github.com/cmullaparthi/ibrowse.git", {tag,"v3.0.4"}}}]
},
{relx, [{dev_mode, true},
{include_erts, false}]}]},
{prod, [{erl_opts, [no_debug_info]},
{relx, [{dev_mode, false},
{include_erts, true}]}]},
{test, [{erl_opts, [{i, "test"}]}]}
]}.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-yaws.git
git@api.gitlife.ru:oschina-mirror/mirrors-yaws.git
oschina-mirror
mirrors-yaws
mirrors-yaws
master