Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force disable the IPO option in macOS #1271

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Force disable the IPO option in macOS #1271

merged 1 commit into from
Feb 21, 2023

Conversation

git-hulk
Copy link
Member

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

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.
@git-hulk
Copy link
Member Author

Thanks all, merging...

@git-hulk git-hulk merged commit da4dcfe into apache:unstable Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants