1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

mix.exs: Keep debug info when building dev release (thanks to Stefan Strigler)

This commit is contained in:
Badlop 2025-03-17 12:30:19 +01:00
parent 62a165e4cf
commit b901a69f5c

View file

@ -267,6 +267,7 @@ defmodule Ejabberd.MixProject do
ejabberd: [
include_executables_for: [:unix],
# applications: [runtime_tools: :permanent]
strip_beams: Mix.env() != :dev,
steps: [&copy_extra_files/1, :assemble | maybe_tar]
]
]