From 20552cc8b9800a738e074d491c7c6ff598100d27 Mon Sep 17 00:00:00 2001 From: nillerusr <42746659+nillerusr@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:11:51 +0300 Subject: [PATCH] remove -fsanitize from wscript --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 1bb3cdd0..0424235c 100644 --- a/wscript +++ b/wscript @@ -250,7 +250,7 @@ def configure(conf): cflags, linkflags = conf.get_optimization_flags() - flags = ['-fPIC', '-fsanitize=undefined'] + flags = ['-fPIC'] if conf.env.DEST_OS == 'android': flags += [