removed -g

This commit is contained in:
Pratik Mankawde
2025-12-05 15:32:12 +00:00
parent 5bb30cff15
commit ca9fd5e319

View File

@@ -209,7 +209,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
):
continue
cxx_flags = "-g"
cxx_flags = ""
# Enable code coverage for Debian Bookworm using GCC 14 in Debug and no
# Unity on linux/amd64
if (