diff --git a/test/meson.build b/test/meson.build
index b84a21b..c1a75c5 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -288,19 +288,17 @@ if get_option('use_stl')
     compile_args += '-DETL_NO_STL=0'
 elif
     compile_args += '-DETL_NO_STL=1'
 endif
 
 if meson.get_compiler('cpp').get_argument_syntax() == 'gcc'
-    compile_args += '-fsanitize=address,undefined'
     compile_args += '-fexceptions'
     compile_args += '-Wall'
     compile_args += '-Wextra'    
     compile_args += '-Wno-non-virtual-dtor' #TODO remove and fix warning in code
     compile_args += '-Werror'
-    link_args += '-fsanitize=address,undefined'
 endif
 
 threads_dep = dependency('threads')
 unittestcpp_dep = subproject('unittest-cpp').get_variable('unittest_cpp_dep')
 
 etl_unit_tests = executable('etl_unit_tests',
