Actions
Feature #1477
openCodingStyle: Instruct test build with '-Doptimization=2'
Start date:
05/30/2025
Due date:
% Done:
0%
Estimated time:
Description
Meson based build is made with optimization level 0 by default. This causes compiler warning/error detection heuristics to not detect as many problems as seeing more optimized code paths would.
Add '-Doptimization=2' to the list of options that CodingStyle instructs to use for patch test builds.
Files
Actions