remove -fsanitize from wscript

This commit is contained in:
nillerusr 2021-08-25 16:11:51 +03:00 committed by GitHub
parent 4b14b6b94d
commit 20552cc8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 += [