Skip to content

Instantly share code, notes, and snippets.

@kellymclaughlin
Created March 10, 2015 15:31
Show Gist options
  • Save kellymclaughlin/f0915780ced7eb6f611f to your computer and use it in GitHub Desktop.
Save kellymclaughlin/f0915780ced7eb6f611f to your computer and use it in GitHub Desktop.
{profiles, [
{default, []},
{prod, [
{relx, [{dev_mode, false}]}
]},
{test, [
{eunit_compile_opts, [debug_info]}
]}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment