mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-31 09:15:11 +00:00
remove -fsanitize from wscript
This commit is contained in:
parent
4b14b6b94d
commit
20552cc8b9
2
wscript
2
wscript
@ -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 += [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user