aboutsummaryrefslogtreecommitdiffstats
path: root/core/erlc.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-20 14:41:11 +0200
committerLoïc Hoguin <[email protected]>2022-05-30 15:28:36 +0200
commitf257d5557d8858edf6ed965bfd8cadc54f74dca7 (patch)
tree6ed4c7b289588a70ef96bc1970df680043c2db9e /core/erlc.mk
parentd114c854427c8967b3cad82e1b0ef79309682a90 (diff)
downloaderlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.tar.gz
erlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.tar.bz2
erlang.mk-f257d5557d8858edf6ed965bfd8cadc54f74dca7.zip
Revamp and document Xref support
Diffstat (limited to 'core/erlc.mk')
-rw-r--r--core/erlc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index 71ba5b9..1377869 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -5,7 +5,7 @@
# Configuration.
-ERLC_OPTS ?= -Werror +debug_info +warn_export_vars +warn_shadow_vars \
+ERLC_OPTS ?= +debug_info +warn_export_vars +warn_shadow_vars \
+warn_obsolete_guard # +bin_opt_info +warn_export_all +warn_missing_spec
COMPILE_FIRST ?=
COMPILE_FIRST_PATHS = $(addprefix src/,$(addsuffix .erl,$(COMPILE_FIRST)))