aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..4d66319
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,6 @@
+{erl_opts, [
+%% bin_opt_info,
+ warn_missing_spec,
+ warnings_as_errors,
+ warn_export_all
+]}.