hesphoros opened a new pull request, #3553: URL: https://github.com/apache/brpc/pull/3553
## Summary - default the existing `DEBUG` option to `ON` when `CMAKE_BUILD_TYPE=Debug` - preserve explicit `-DDEBUG=ON` and `-DDEBUG=OFF` overrides - keep other build types defaulting to `DEBUG=OFF` ## Testing - configured Debug and Release builds with the default `DEBUG` value - configured Debug with `-DDEBUG=OFF` and Release with `-DDEBUG=ON` - built `brpc-static` on an Apple M4 (`arm64`) with the Debug defaults - verified `DEBUG:BOOL=ON` and no `-DNDEBUG` in the Debug `compile_commands.json` -- 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]
