From e34a944976ddb26bfcb40f13acf858896fd3d27f Mon Sep 17 00:00:00 2001 From: program-- Date: Tue, 26 Dec 2023 11:22:27 -0800 Subject: [PATCH] cmake: modify changlog comments to add compiler flag modification --- cmake/CodeCoverage.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CodeCoverage.cmake b/cmake/CodeCoverage.cmake index d4aeae3a24..299b073c5e 100644 --- a/cmake/CodeCoverage.cmake +++ b/cmake/CodeCoverage.cmake @@ -91,6 +91,7 @@ # - Remove lcov and fastcov functions for simplicity # - Add support for llvm-cov with gcov emulation # - Modify gcovr functions to allow generating coverage even if tests fail +# - Modify coverage compiler flags from -O0 to -Og # # USAGE: #