eiri opened a new pull request #1387: Make `bin_opt_info` optional
URL: https://github.com/apache/couchdb/pull/1387
 
 
   ## Overview
   
   This modification allows to run compile on individual applications and makes 
compiler flag `bin_opt_info` optional to reduce amount of compiler's warnings 
as discussed 
[here](https://github.com/apache/couchdb/pull/1215#issuecomment-392826035)
   
   ## Testing recommendations
   
   Standard test suite should pass
   
   Command `make apps=chttpd` should compile only `chttpd` application (may 
need to delete its `ebin` first to actually recompile)
   
   Command `ERL_OPTS=bin_opt_info make apps=chttpd` should recompile `chttpd` 
with all compiler's warnings.
   
   ## Related Issues or Pull Requests
   
   Discussion on #1215 
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to