Browse Source

Add 'report' option to compile options

Sina Samavati 11 years ago
parent
commit
a665205ba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mad.hrl

+ 1 - 1
src/mad.hrl

@@ -1,2 +1,2 @@
 -define(DEPS_PATH, filename:join([mad_utils:home(), ".otp", "deps"])).
--define(COMPILE_OPTS(Inc, Ebin), [{i, Inc}, {outdir, Ebin}]).
+-define(COMPILE_OPTS(Inc, Ebin), [report, {i, Inc}, {outdir, Ebin}]).