diff options
author | RJ Dellecese <rjdellecese@gmail.com> | 2019-12-19 22:07:32 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-12-20 09:44:58 +0000 |
commit | 0c165bcee923e698d0a4c46f221f2e62f2a6d5ab (patch) | |
tree | 5f3cdff0e34896617bd53039a070124ab4088de3 | |
parent | 1691d423310be604af73f09c0fdd9e17429adbf0 (diff) | |
download | gleam_stdlib-0c165bcee923e698d0a4c46f221f2e62f2a6d5ab.tar.gz gleam_stdlib-0c165bcee923e698d0a4c46f221f2e62f2a6d5ab.zip |
Add warnings_as_errors to erl_opts
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 40ca1d9..87742d1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{erl_opts, [debug_info]}. +{erl_opts, [debug_info, warnings_as_errors]}. {src_dirs, ["src", "gen/src"]}. {profiles, [ |