Created
March 10, 2015 15:31
-
-
Save kellymclaughlin/f0915780ced7eb6f611f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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