Browse Source

remove -fsanitize from wscript

android-fixes
nillerusr 3 years ago committed by GitHub
parent
commit
20552cc8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wscript

2
wscript

@ -250,7 +250,7 @@ def configure(conf): @@ -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 += [

Loading…
Cancel
Save