leborchuk opened a new pull request, #18: URL: https://github.com/apache/cloudberry-devops-release/pull/18
``--enable-profiling`` instructs gcc to add profiling sampling to the compiled binaries. It also generates a gmon.out file, which is a sample file commonly used by the https://en.wikipedia.org/wiki/GProf utility. The issue with gmon.out is that it consumes gigabytes of space and is not needed for pg_regress tests. It is a stat for manual gprof analysis. Let's disable it by default. Currently it is used in the https://github.com/apache/cloudberry/blob/main/.github/workflows/build-dbg-cloudberry.yml workflow. -- 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]
