Browse Source

Merge pull request #1775 from ferd/redisable-dbg-info

Re-disable debug_info on prod profile
pull/1779/head
Fred Hebert 7 years ago
committed by GitHub
parent
commit
33ba9486c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      rebar.config

+ 1
- 0
rebar.config View File

@ -54,6 +54,7 @@
{bootstrap, []}, {bootstrap, []},
{prod, [ {prod, [
{erl_opts, [no_debug_info]},
{overrides, [ {overrides, [
{override, erlware_commons, [ {override, erlware_commons, [
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, {erl_opts, [{platform_define, "^[0-9]+", namespaced_types},

Loading…
Cancel
Save