This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Re-disable debug_info on prod profile
Had mistakenly only disabled it for deps.
pull/1775/head
Fred Hebert
7 years ago
parent
9755fc7405
commit
112833b8b3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
rebar.config
+ 1
- 0
rebar.config
View File
@ -54,6 +54,7 @@
{bootstrap, []},
{prod, [
{erl_opts, [no_debug_info]},
{overrides, [
{override, erlware_commons, [
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},
Write
Preview
Loading…
Cancel
Save