rebar.config 311 B

12345678
  1. %% -*- mode: erlang -*-
  2. %% accept R15B02.., any R16B except R16B03
  3. %% also accept OTP v17, altough it may not work properly on that release yet..
  4. {require_otp_vsn, "R15B0[^1]|R16B$|R16B[^0]|R16B0[^3]|R16B03-1|17|18|19"}.
  5. {erl_opts, [debug_info]}.
  6. {yrl_opts, [{includefile, "include/erlydtl_preparser.hrl"}]}.