Skip to content

Instantly share code, notes, and snippets.

@khia
Created April 16, 2013 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khia/5398228 to your computer and use it in GitHub Desktop.
Save khia/5398228 to your computer and use it in GitHub Desktop.
def project do
your_options = []
[
...
elixirc_options: your_options ++ options(Mix.env)
]
end
defp options(env) when env in [:dev, :test] do
[exlager_level: 7]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment