diff --git a/cql3/CMakeLists.txt b/cql3/CMakeLists.txt index b941ff4c7a..20bf0bbe21 100644 --- a/cql3/CMakeLists.txt +++ b/cql3/CMakeLists.txt @@ -23,7 +23,7 @@ set_property( $<$:-O1> # use-after-scope sanitizer also uses large amount of stack space # and overflows the stack of CqlParser - $<$:-fsanitize-address-use-after-scope>) + $<$:-fno-sanitize-address-use-after-scope>) add_library(cql3 STATIC) target_sources(cql3