Browse Source

chore(mix): keep debug info and docs in beams

Thales Macedo Garitezi 4 years atrás
parent
commit
cea54365dd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mix.exs

+ 2 - 1
mix.exs

@@ -144,7 +144,8 @@ defmodule EMQXUmbrella.MixProject do
             :emqx_prometheus,
             :emqx_plugins
           ],
-          steps: steps
+          steps: steps,
+          strip_beams: false
         ]
       end
     ]