Browse Source

Merge remote-tracking branch 'origin/master'

master
lijie 1 year ago
parent
commit
cb71cace57
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      rebar.config

+ 3
- 2
rebar.config View File

@ -1,6 +1,7 @@
{erl_opts, [
debug_info
, {i, "include"}
{i, "include"}
, no_debug_info
, deterministic
, warn_unused_vars
, warn_shadow_vars
, warn_unused_import

Loading…
Cancel
Save