summaryrefslogtreecommitdiff
path: root/.rebar/templates/rebar-dev.config
diff options
context:
space:
mode:
Diffstat (limited to '.rebar/templates/rebar-dev.config')
-rw-r--r--.rebar/templates/rebar-dev.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/.rebar/templates/rebar-dev.config b/.rebar/templates/rebar-dev.config
new file mode 100644
index 00000000..8d0e3966
--- /dev/null
+++ b/.rebar/templates/rebar-dev.config
@@ -0,0 +1,14 @@
+{sub_dirs, [
+ "apps/chttpd",
+ "apps/couch",
+ "apps/etap",
+ "apps/fabric",
+ "apps/ibrowse",
+ "apps/mem3",
+ "apps/mochiweb",
+ "apps/oauth",
+ "apps/rexi",
+ "apps/showroom",
+ "rel"
+]}.
+{erl_opts, [debug_info]}. \ No newline at end of file