summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Tapia Rico <fertapric@gmail.com>2018-09-10 00:44:22 +0200
committerJosé Valim <jose.valim@gmail.com>2018-09-09 15:44:22 -0700
commit81141d45270513182dcba910ae7e33f5e2835804 (patch)
treedecb67075bb683c1d1366ba47f45821cb27919a0
parent786fcff38506af2aa1c3f4b64802355411b1850a (diff)
downloadelixir-81141d45270513182dcba910ae7e33f5e2835804.tar.gz
Remove invalid flag from Emakefile (#8177)
Erlang's make does not document it, neither the docs nor the codebase of the Erlang's compiler. The options `basic_validation` and `strong_validation` exist, but not `strict_validation`.
-rw-r--r--lib/elixir/Emakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/elixir/Emakefile b/lib/elixir/Emakefile
index 94117d8cb..921aa35e5 100644
--- a/lib/elixir/Emakefile
+++ b/lib/elixir/Emakefile
@@ -8,7 +8,6 @@
warn_unused_record,
warn_deprecated_function,
warn_obsolete_guard,
- strict_validation,
warn_exported_vars,
%% warn_missing_spec,
%% warn_untyped_record,