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
Merge pull request
#1775
from ferd/redisable-dbg-info
Re-disable debug_info on prod profile
pull/1779/head
Fred Hebert
7 years ago
committed by
GitHub
parent
9755fc7405
112833b8b3
commit
33ba9486c0
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified 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, []},
{bootstrap, []},
{prod, [
{prod, [
{erl_opts, [no_debug_info]},
{overrides, [
{overrides, [
{override, erlware_commons, [
{override, erlware_commons, [
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},
{erl_opts, [{platform_define, "^[0-9]+", namespaced_types},
Write
Preview
Loading…
Cancel
Save