nickva commented on pull request #3880:
URL: https://github.com/apache/couchdb/pull/3880#issuecomment-996978119


   To double-check if the compiler options work, try running 
   
   ```
   make clean && 
ERL_COMPILER_OPTIONS='[no_line_info,deterministic,no_debug_info]' make
   ```
   
   Capture module info from some module (something like 
`couch_db:module_info(compile).` perhaps) then run `make clean && make` and see 
if the changes took effect.  With `no_debug_info` there should be almost no 
extra info shown.
   
   Also don't forget to update the `Makefile{.win}` files since reference 
`ERL_OPTS` there as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to