aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/compile.erl
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-09-12 14:42:55 +0200
committerRickard Green <[email protected]>2018-09-12 14:42:55 +0200
commitd1ff3b3bec26a5f6bc354581d3056ee6277d39eb (patch)
tree3ae998da0dafe93b1d84e57f7f7939a53ef22438 /lib/compiler/src/compile.erl
parent9d22c4a02643f883e05d4e245c9724ead3c1ef11 (diff)
parent6d665a8296999822e4d516343d0e21ed62e70b37 (diff)
downloadotp-d1ff3b3bec26a5f6bc354581d3056ee6277d39eb.tar.gz
otp-d1ff3b3bec26a5f6bc354581d3056ee6277d39eb.tar.bz2
otp-d1ff3b3bec26a5f6bc354581d3056ee6277d39eb.zip
Merge branch 'maint'
* maint: Updated OTP version Update release notes Update version numbers erts: Fix "Prevent inconsistent node lists" fix Fix include-path regression caused by dd0a39c Restore default SIGTERM behaviour for port programs
Diffstat (limited to 'lib/compiler/src/compile.erl')
-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 0a7f723c64..883a5d8a1f 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -1673,7 +1673,6 @@ effects_code_generation(Option) ->
binary -> false;
verbose -> false;
{cwd,_} -> false;
- {i,_} -> false;
{outdir, _} -> false;
_ -> true
end.