diff --git a/conan/profiles/ci b/conan/profiles/ci index a335f267de..16171984bb 100644 --- a/conan/profiles/ci +++ b/conan/profiles/ci @@ -8,4 +8,4 @@ include(./default) tools.build:cxxflags+=['-fsanitize=address,undefined,float-divide-by-zero,unsigned-integer-overflow'] {% elif sanitizers == "Thread" %} tools.build:cxxflags+=['-fsanitize=thread,undefined,float-divide-by-zero,unsigned-integer-overflow'] -{% endif %} \ No newline at end of file +{% endif %}