aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-09-10 13:09:40 +0200
committerJohn Högberg <[email protected]>2018-09-10 14:43:17 +0200
commit3c24f3803a504d20b604f9608a8c80ae31750fb3 (patch)
tree5d1b4b5d049b04a6152f134d04a54f3e05963f3e
parent30e5321740b96b3a8984611b6f821692716d0555 (diff)
downloadotp-3c24f3803a504d20b604f9608a8c80ae31750fb3.tar.gz
otp-3c24f3803a504d20b604f9608a8c80ae31750fb3.tar.bz2
otp-3c24f3803a504d20b604f9608a8c80ae31750fb3.zip
Fix include-path regression caused by dd0a39c
Include paths don't actually affect code generation in any way, but it's reasonable for a build tool like rebar3 to recompile when the include paths change. This commit restores the old behavior without the +deterministic flag.
-rw-r--r--lib/compiler/src/compile.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl
index e1c1f7338e..562d57a6ef 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -1603,7 +1603,6 @@ effects_code_generation(Option) ->
binary -> false;
verbose -> false;
{cwd,_} -> false;
- {i,_} -> false;
{outdir, _} -> false;
_ -> true
end.