vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

-- ci: use gcc-release preset for builds #74

Closed MariusBgm closed 4 months ago

MariusBgm commented 4 months ago

the linux-release cmake preset uses a legacy build directory which doesnt work with our CI workflows.

VDanielEdwards commented 4 months ago

👍 Looks good! We might need to add some exceptions for certain GCC diagnostics though, since GCC 13 (default under Ubuntu 24.04) produces additional warnings in oatpp and fmt.

The diagnostic in question is -Wdangling-reference.