Skip to content
Snippets Groups Projects
Commit 4b01488a authored by vincent  lorrain's avatar vincent lorrain
Browse files

[NodeRegex][medge]

parents 3fa4abf5 71763994
No related branches found
No related tags found
1 merge request!14Graph regex
...@@ -66,7 +66,6 @@ endif() ...@@ -66,7 +66,6 @@ endif()
target_compile_features(${module_name} PRIVATE cxx_std_14) target_compile_features(${module_name} PRIVATE cxx_std_14)
if (DOSANITIZE STREQUAL "ON") if (DOSANITIZE STREQUAL "ON")
set(SANITIZE_FLAGS -fsanitize=address,leak,undefined,float-divide-by-zero -fno-omit-frame-pointer) set(SANITIZE_FLAGS -fsanitize=address,leak,undefined,float-divide-by-zero -fno-omit-frame-pointer)
else() else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment