Skip to content

Commit

Permalink
enable debug_info and coverage for erlang_js
Browse files Browse the repository at this point in the history
  • Loading branch information
argv0 committed Apr 4, 2011
1 parent 9dbe5da commit 35a28e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified rebar
Binary file not shown.
3 changes: 3 additions & 0 deletions rebar.config
Expand Up @@ -3,6 +3,9 @@
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
%%
{cover_enabled, true}.

{erl_opts, [debug_info, fail_on_warning]}.

{port_envs, [
{"DRV_CFLAGS", "$DRV_CFLAGS -I c_src/system/include/js -DXP_UNIX"},
Expand Down

0 comments on commit 35a28e7

Please sign in to comment.