diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-08-02 12:42:06 +0200 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-12 15:18:47 -0400 |
commit | ba6afdb44de43e4057e7c8972195402097d43dc6 (patch) | |
tree | 2fe174480ed56f65a83b9f5bcf192f84d69bec9d | |
parent | 3d0d2a45139286d741007d13a2593ade160f1e9f (diff) | |
download | pleroma-ba6afdb44de43e4057e7c8972195402097d43dc6.tar.gz pleroma-ba6afdb44de43e4057e7c8972195402097d43dc6.zip |
mix: Turn off prune_code_path
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ defmodule Pleroma.Mixfile do elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(), - elixirc_options: [warnings_as_errors: warnings_as_errors()], + elixirc_options: [warnings_as_errors: warnings_as_errors(), prune_code_paths: false], xref: [exclude: [:eldap]], dialyzer: [plt_add_apps: [:mix, :eldap]], start_permanent: Mix.env() == :prod, |