Skip to content

Commit

Permalink
Merge pull request #343 from tsloughter/master
Browse files Browse the repository at this point in the history
remove unneeded deps and debug_info
  • Loading branch information
jwilberding committed May 9, 2015
2 parents 2e59b1c + 693dcb8 commit a4758ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
23 changes: 19 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%% Compiler Options ============================================================
{erl_opts,
[{platform_define, "^[0-9]+", namespaced_types},
debug_info,
no_debug_info,
warnings_as_errors,
inline]}.

Expand All @@ -34,10 +34,25 @@
{profiles, [{dev, [{deps, [{neotoma, ".*",
{git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}}
]}
]
}]}.
]},

{overrides, [{override, mustache, [{deps, []}, {plugins, []}]}]}.
{test, [{erl_opts, [debug_info]}]}
]}.

{overrides, [{override, erlware_commons, [
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "^R1[4|5]", deprecated_crypto},
no_debug_info,
warnings_as_errors
]},
{deps, []}, {plugins, []}
]},
{override, mustache, [
{erl_opts, [no_debug_info]},
{deps, []}, {plugins, []}]},
{override, getopt, [{erl_opts, [no_debug_info]}]},
{override, providers, [{erl_opts, [no_debug_info]}]}
]}.

{ct_opts, [{cover_spec, "cover.spec"},
{cover_enabled, true},
Expand Down
6 changes: 1 addition & 5 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[{<<"rebar_vsn_plugin">>,
{git,"https://github.com/erlware/rebar_vsn_plugin.git",
{ref,"fd40c960c7912193631d948fe962e1162a8d1334"}},
1},
{<<"providers">>,
[{<<"providers">>,
{git,"https://github.com/tsloughter/providers.git",
{ref,"d565693cbbca3457df34d95c53c47e1faa8cde6c"}},
0},
Expand Down

0 comments on commit a4758ae

Please sign in to comment.