diff options
author | Jared Morrow <jared@basho.com> | 2014-05-19 09:06:20 -0600 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-05-19 09:06:20 -0600 |
commit | fdb66ecb94adc6f241714249c8e912330118f57e (patch) | |
tree | ca8c3d2ca808277d6e6455eed6c2fb043af0829b /inttest/erlc/rebar-no_debug_info.config | |
parent | 0fa0ff4f17bb180dc57147ba0bc31dde1377a899 (diff) | |
parent | b2dfebab15cc92b337b9cc9e771cb7de3ed61e4a (diff) |
Merge pull request #242 from tuncer/erlc-speedup-v5-fixup
Extra commits for #129
Diffstat (limited to 'inttest/erlc/rebar-no_debug_info.config')
-rw-r--r-- | inttest/erlc/rebar-no_debug_info.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inttest/erlc/rebar-no_debug_info.config b/inttest/erlc/rebar-no_debug_info.config new file mode 100644 index 0000000..1a7113a --- /dev/null +++ b/inttest/erlc/rebar-no_debug_info.config @@ -0,0 +1,11 @@ +%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- +%% ex: ts=4 sw=4 ft=erlang et +{erl_first_files, ["first_xrl.erl", "first_yrl.erl"]}. + +{erl_opts, + [ + no_debug_info, + {i, "extra-include"}, + {src_dirs, ["src", "extra-src"]}, + {platform_define, "R13|R14", 'NO_CALLBACK_ATTRIBUTE'} + ]}. |