mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: waifulib: add asan-only build type
This commit is contained in:
@@ -6,7 +6,7 @@ def options(opt):
|
||||
pass
|
||||
|
||||
def configure(conf):
|
||||
if conf.options.BUILD_TYPE != 'sanitize':
|
||||
if conf.options.BUILD_TYPE not in ['sanitize', 'asan']:
|
||||
conf.fatal('useless without -T sanitize')
|
||||
|
||||
if conf.env.COMPILER_CC != 'clang':
|
||||
|
||||
Reference in New Issue
Block a user