nickva commented on a change in pull request #1387: Make `bin_opt_info` optional
URL: https://github.com/apache/couchdb/pull/1387#discussion_r195482217
 
 

 ##########
 File path: rebar.config.script
 ##########
 @@ -87,13 +87,18 @@ MakeDep = fun
         {AppName, ".*", {git, Url, Version}, Options}
 end,
 
+ErlOpts = case os:getenv("ERL_OPTS") of
+    "bin_opt_info" -> [bin_opt_info, debug_info, {i, "../"}];
+    Else -> [Else, {i, "../"}]
 
 Review comment:
   I think we want a clause here for false if ERL_OPTS is not found otherwise 
it will add a false to the list

----------------------------------------------------------------
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