hesphoros opened a new pull request, #3552: URL: https://github.com/apache/brpc/pull/3552
### What problem does this PR solve? Issue Number: N/A Problem Summary: Follow-up to the review feedback on #3548: the Apple Silicon Debug build instructions introduced a separate `build-debug` directory and a dedicated `.gitignore` entry even though the repository already uses and ignores the conventional `build` directory. ### What is changed and the side effects? Changed: - Reuse `build/` in the English and Chinese CMake Debug build instructions. - Update the documented artifact and compilation database paths accordingly. - Remove the redundant `/build-debug/` entry from `.gitignore`. Side effects: - Performance effects: None; documentation only. - Breaking backward compatibility: None. ### Verification - Configured a fresh Debug build using the documented options and a conventional `build/` directory. - Built the `brpc-static` target successfully. - Verified that the resulting `libbrpc.a` is arm64. --- ### Check List: - [x] The documented build command is compilable. - [x] English and Chinese documentation are kept in sync. - [x] The change follows the Contributor Covenant Code of Conduct. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
