Add C++03 for ASAN

This commit is contained in:
Ion Gaztañaga
2025-12-06 22:57:36 +01:00
parent 8e6a2012cd
commit 6afcdbf11a

View File

@@ -152,7 +152,7 @@ jobs:
# Linux, gcc-15, asan
- name: ASAN
toolset: gcc-15
cxxstd: "11,14,17,20,23"
cxxstd: "03,11,14,17,20,23"
cxxflags: -pipe
asan: 1
os: ubuntu-latest