You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "git-hulk (via GitHub)" <gi...@apache.org> on 2023/02/21 00:49:34 UTC

[GitHub] [incubator-kvrocks] git-hulk opened a new pull request, #1271: Force disable the IPO option in macOS

git-hulk opened a new pull request, #1271:
URL: https://github.com/apache/incubator-kvrocks/pull/1271

   Enabling the IPO option will make the debug mode deactivated. The object
   the file will become LLVM bitcode and cannot be recognized by the
   lldb/gdb.
   
   ```
   ❯ file commands/cmd_string.cc.o
   commands/cmd_string.cc.o: LLVM bitcode, wrapper x86_64
   ```


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on pull request #1271: Force disable the IPO option in macOS

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk commented on PR #1271:
URL: https://github.com/apache/incubator-kvrocks/pull/1271#issuecomment-1437806016

   Thanks all, merging...


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk merged pull request #1271: Force disable the IPO option in macOS

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk merged PR #1271:
URL: https://github.com/apache/incubator-kvrocks/pull/1271


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org