Lines Matching full:build
2 1) perf build
4 The perf build process consists of several separated building blocks,
11 Several makefiles govern the perf build:
18 main makefile that triggers build of all perf objects including
21 - tools/build/Makefile.build
22 main makefile of the build framework
24 - tools/build/Build.include
25 build framework generic definitions
27 - Build makefiles
28 makefiles that defines build objects
30 Please refer to tools/build/Documentation/Build.txt for more
31 information about build framework.
34 2) perf build
36 The Makefile.perf triggers the build framework for build objects:
49 focusing on build framework outcomes
51 3) Build with ASan or UBSan
95 $ PKG_CONFIG_SYSROOT_DIR="/path/to/cross/build/sysroot" \