We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541ab93 commit 4fab121Copy full SHA for 4fab121
1 file changed
rebar.config
@@ -5,6 +5,11 @@
5
{edoc_opts, [{dialyzer_specs, all}]}.
6
{validate_app_modules, true}.
7
8
+{erl_first_files, [
9
+ "src/msgpack_ext.erl"
10
+ ]}.
11
+
12
13
%% {port_sources, ["c_src/*.c"]}.
14
%% {port_env, [
15
%% %% Make sure to set -fPIC when compiling leveldb
0 commit comments