| commit | e2a461b2871f7061ba652a3baaea9d5614b6e235 | [log] [tgz] |
|---|---|---|
| author | Luke Lau <luke_lau@icloud.com> | Tue Jan 06 14:08:17 2026 +0800 |
| committer | GitHub <noreply@github.com> | Tue Jan 06 14:08:17 2026 +0800 |
| tree | fad1be08235a8fbea73f742aa8a9304c64046747 | |
| parent | c8b511438bb1cd5c63f7f9b736a542b0509dbbd5 [diff] |
Fix remaining benchmarks with GCC 15 (#303) In GCC 15 the default C standard was changed to gnu23, so similar to #285 this explicitly sets -std=gnu17 on benchmarks that are known to fail to build with GCC 15 because of this. Whilst we're here, this also goes through and replaces -std=X flags with the more CMake-native C_STANDARD property.