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:42:47 +0200
commit7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8 (patch)
treea53edc51f4a610e16f647803eb5c95d9bf3c4f4e
parent9dc3d174810d468e718731953de3e9cc4bc95f43 (diff)
downloadotp-7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8.tar.gz
otp-7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8.tar.bz2
otp-7c3bea6e1bbea7490cd30bbd188f3471f2d96ee8.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 4203d79913..bdb52a02ad 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -1562,7 +1562,6 @@ effects_code_generation(Option) ->
binary -> false;
verbose -> false;
{cwd,_} -> false;
- {i,_} -> false;
{outdir, _} -> false;
_ -> true
end.