%%-*- mode: erlang -*- %% ex: ft=erlang ts=4 sw=4 et {require_otp_vsn, "R1[567]"}. {cover_enabled, true}. %{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. {erl_opts, [ %native, {hipe, [o3,verbose]}, inline, {inline_size, 1024}, {parse_transform, lager_transform}, debug_info, {d,'DEBUG',true}, strict_validation, fail_on_warning, %warn_missing_spec, warn_bif_clash, warn_deprecated_function, warn_export_all, warn_export_vars, warn_exported_vars, warn_obsolete_guard, warn_shadow_vars, warn_untyped_record, warn_unused_function, warn_unused_import, warn_unused_record, warn_unused_vars ]}. {xref_checks, [undefined_function_calls, deprecated_function_calls]}. {deps, [ {lager, "2.*", {git, "git://github.com/basho/lager", {branch, "master"}}} ]}. {port_specs, [{"priv/wterl.so", ["c_src/*.c"]}]}. {port_env, [ {"DRV_CFLAGS", "$DRV_CFLAGS -O3 -mtune=native -march=native -fPIC -Wall -Wextra -Werror -I c_src/system/include"}, {"DRV_LDFLAGS", "$DRV_LDFLAGS -Wl,-rpath,lib/wterl/priv:lib/wterl-0.9.0/priv:priv -Lc_src/system/lib -lwiredtiger"} ]}. {pre_hooks, [{compile, "c_src/build_deps.sh compile"}]}. {post_hooks, [{clean, "c_src/build_deps.sh clean"}]}.