This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-14 19:19:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
055ac99d6f
rebar
/
rebar.config
4 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Connected up symlinking the list of progs in rebar.config/app_bin to the OTP bin dir.
2009-11-30 19:02:09 +00:00
{app_bin, ["priv/rebar"]}.
Make debug_info default Add no_debug_info option. Remove debug_info=1 option.
2011-03-29 11:44:02 +00:00
{erl_opts, [fail_on_warning]}.
Enable xref checks on rebar
2010-04-09 15:25:08 +00:00
{xref_checks, [undefined_function_calls]}.
Reference in a new issue
Copy permalink