Packages

Erlang common utils

Current section

Files

Jump to
ulitos rebar.config
Raw

rebar.config

%% -*- mode: Erlang; -*-
{require_otp_vsn, "18|19|20"}.
{erl_opts, [
debug_info,
{platform_define, "^18.", 'ERLANG_OTP_VERSION_18'},
{platform_define, "^19.", 'ERLANG_OTP_VERSION_19'},
{platform_define, "^20.", 'ERLANG_OTP_VERSION_20'}
]}.