Browse Source

ft: 编译选项 no_debug_info, deterministic

master
SisMaker 1 year ago
parent
commit
cc0e9d5c72
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      rebar.config

+ 2
- 1
rebar.config View File

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

Loading…
Cancel
Save