Skip to content
Snippets Groups Projects
Commit 068ab30a authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Merge branch 'master' into temp-header-clean

parents 3bcba200 f858c1b7
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ PRESETS = { ...@@ -69,7 +69,7 @@ PRESETS = {
"CMAKE_CXX_FLAGS": (("-fsanitize=bool",), ()), "CMAKE_CXX_FLAGS": (("-fsanitize=bool",), ()),
"CMAKE_C_FLAGS": (("-fsanitize=bool",), ()), "CMAKE_C_FLAGS": (("-fsanitize=bool",), ()),
}, },
"sanitize_enun": { "sanitize_enum": {
"CMAKE_CXX_FLAGS": (("-fsanitize=enum",), ()), "CMAKE_CXX_FLAGS": (("-fsanitize=enum",), ()),
"CMAKE_C_FLAGS": (("-fsanitize=enum",), ()), "CMAKE_C_FLAGS": (("-fsanitize=enum",), ()),
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment