Takeru Ohta
11 years ago
1 changed files with
3 additions and
1 deletions
-
3
1
rebar.config
|
@@ -2,7 +2,9 @@
|
|
{erl_opts, [
|
|
{erl_opts, [
|
|
warnings_as_errors,
|
|
warnings_as_errors,
|
|
warn_export_all,
|
|
warn_export_all,
|
|
- warn_untyped_record
|
|
|
|
|
|
+ warn_untyped_record,
|
|
|
|
+ hipe,
|
|
|
|
+ {native, [o3]}
|
|
]}.
|
|
]}.
|
|
|
|
|
|
{xref_checks, [
|
|
{xref_checks, [
|