[llvm] [workflows] Use -g instead of -g1 for the abi tests (PR #133968)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 03:06:41 PDT 2025


https://github.com/nikic approved this pull request.

LGTM, though I wonder whether it might make sense to just switch to the RelWithDebugInfo configuration now, instead of manually specifying CFLAGS? That would use -O2 instead of -Og, but I don't think that should really matter for the purposes of ABI comparison.

https://github.com/llvm/llvm-project/pull/133968


More information about the llvm-commits mailing list