mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mix.exs: Keep debug info when building dev release (thanks to Stefan Strigler)
This commit is contained in:
parent
62a165e4cf
commit
b901a69f5c
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -267,6 +267,7 @@ defmodule Ejabberd.MixProject do
|
|||
ejabberd: [
|
||||
include_executables_for: [:unix],
|
||||
# applications: [runtime_tools: :permanent]
|
||||
strip_beams: Mix.env() != :dev,
|
||||
steps: [©_extra_files/1, :assemble | maybe_tar]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue