Disable automatic recompilation in IEx

We don’t autoreload automatically, unless you opt-in via auto_reload (as you mentioned) or unless you are using iex -S mix phx.server (as the Phoenix server autoreloads).