mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
Feature: support tsan build argument
Issue: https://gitee.com/openharmony/build/issues/I9TFMD?from=project-issue Signed-off-by: luming <luming29@huawei.com>
This commit is contained in:
parent
76973d77c6
commit
9250445a5e
2
BUILD.gn
2
BUILD.gn
@ -508,9 +508,7 @@ group("hiperf_target_all") {
|
||||
if (!use_libfuzzer) {
|
||||
deps += [
|
||||
":hiperf_host(//build/toolchain/linux:clang_x64)", # host linux
|
||||
":hiperf_host(//build/toolchain/mingw:mingw_x86_64)", # host mingw
|
||||
":hiperf_host_lib(//build/toolchain/linux:clang_x64)", # host linux
|
||||
":hiperf_host_lib(//build/toolchain/mingw:mingw_x86_64)", # host_mingw
|
||||
":hiperf_host_lib_demo(//build/toolchain/linux:clang_x64)", # host_linux
|
||||
":hiperf_host_python",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user