Hologram compiler and iex -S mix

Is there any way to avoid the Hologram compiler running when using iex? It seems like the front-end code could potentially be disregarded in this situation. The compiler slows the shell opening by at least a few seconds each time which is suboptimal.

This open issue is relevant.

2 Likes

Thanks! Glad it’s a known thing. The compiler starting up for tests, db migrations, iex, etc. is a little frustrating.