diff options
author | Eric <[email protected]> | 2012-09-10 08:23:12 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-10 08:23:12 -0500 |
commit | 4505d4f1ed6a7ba0d390f262bdeee9c35bc5d7a4 (patch) | |
tree | 06cb1eb4a99ce4a500a8646c503222d8aa4d2d77 /rebar.config | |
parent | 9aab4d7a16fba5dfcf4d60b58a05cc765eca3335 (diff) | |
download | relx-4505d4f1ed6a7ba0d390f262bdeee9c35bc5d7a4.tar.gz relx-4505d4f1ed6a7ba0d390f262bdeee9c35bc5d7a4.tar.bz2 relx-4505d4f1ed6a7ba0d390f262bdeee9c35bc5d7a4.zip |
add config validation support to the system
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 289db92..190f30a 100644 --- a/rebar.config +++ b/rebar.config @@ -12,4 +12,6 @@ {escript_incl_apps, [getopt, depsolver, erlware_commons]}. +{first_files, [rcl_provider]}. + {erl_opts, [debug_info, warnings_as_errors, inline]}. |