mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 10:19:38 +00:00
remove -fsanitize from wscript
This commit is contained in:
@@ -250,7 +250,7 @@ def configure(conf):
|
|||||||
|
|
||||||
cflags, linkflags = conf.get_optimization_flags()
|
cflags, linkflags = conf.get_optimization_flags()
|
||||||
|
|
||||||
flags = ['-fPIC', '-fsanitize=undefined']
|
flags = ['-fPIC']
|
||||||
|
|
||||||
if conf.env.DEST_OS == 'android':
|
if conf.env.DEST_OS == 'android':
|
||||||
flags += [
|
flags += [
|
||||||
|
|||||||
Reference in New Issue
Block a user