mirror of https://github.com/google/oss-fuzz.git
[infra] msan builder: don't strip.
This commit is contained in:
parent
a023ed88c7
commit
d55fcf47e7
|
@ -72,7 +72,7 @@ def SetUpEnvironment(work_dir):
|
||||||
|
|
||||||
MSAN_OPTIONS = ' '.join(INJECTED_ARGS)
|
MSAN_OPTIONS = ' '.join(INJECTED_ARGS)
|
||||||
|
|
||||||
env['DEB_BUILD_OPTIONS'] = 'nocheck'
|
env['DEB_BUILD_OPTIONS'] = 'nocheck nostrip'
|
||||||
env['DEB_CFLAGS_APPEND'] = MSAN_OPTIONS
|
env['DEB_CFLAGS_APPEND'] = MSAN_OPTIONS
|
||||||
env['DEB_CXXFLAGS_APPEND'] = MSAN_OPTIONS + ' -stdlib=libc++'
|
env['DEB_CXXFLAGS_APPEND'] = MSAN_OPTIONS + ' -stdlib=libc++'
|
||||||
env['DEB_CPPFLAGS_APPEND'] = env['DEB_CXXFLAGS_APPEND']
|
env['DEB_CPPFLAGS_APPEND'] = env['DEB_CXXFLAGS_APPEND']
|
||||||
|
|
Loading…
Reference in New Issue