rebar.config 92 B

123456
  1. {erl_opts, [
  2. %% bin_opt_info,
  3. warn_missing_spec,
  4. warnings_as_errors,
  5. warn_export_all
  6. ]}.