summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-04-11 14:08:39 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-04-11 14:08:39 +0200
commit67af251d52913c2568a004593b6d7aac429abace (patch)
tree2e6cc5415ab0d77a6986e17c046212e33bbba2d9 /rebar.config.sample
parentbda6ee0e483905bc38e97068023f226c5ebc28aa (diff)
Remove lfe_opts (suggested by Tim Dysinger)
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample3
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 8b9a90f..62990cf 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -50,8 +50,7 @@
%% LFE files to compile before the rest
{lfe_first_files, []}.
-%% Options for the LFE compiler
-{lfe_opts, []}.
+%% Options for the LFE compiler: reuse {erl_opts, []}
%% == ErlyDTL Compiler ==