summaryrefslogtreecommitdiff
path: root/inttest/erlc/rebar-no_debug_info.config
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/erlc/rebar-no_debug_info.config')
-rw-r--r--inttest/erlc/rebar-no_debug_info.config11
1 files changed, 0 insertions, 11 deletions
diff --git a/inttest/erlc/rebar-no_debug_info.config b/inttest/erlc/rebar-no_debug_info.config
deleted file mode 100644
index 07b6fed..0000000
--- a/inttest/erlc/rebar-no_debug_info.config
+++ /dev/null
@@ -1,11 +0,0 @@
-%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
-%% ex: ts=4 sw=4 ft=erlang et
-{erl_first_files, ["src/first_xrl.erl", "src/first_yrl.erl"]}.
-
-{erl_opts,
- [
- no_debug_info,
- {i, "extra-include"},
- {src_dirs, ["src", "extra-src"]},
- {platform_define, "R13|R14", 'NO_CALLBACK_ATTRIBUTE'}
- ]}.