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
Updated by Marko Lindqvist 7 days ago
- File 0096-CodingStyle-Instruct-test-build-with-Doptimization-2.patch 0096-CodingStyle-Instruct-test-build-with-Doptimization-2.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions