Lines Matching +full:- +full:bbuild
4 Values defined in `hb-debug.hh`.
8 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
9 && (make -j4 -C test/api check || cat test/api/test-suite.log))
12 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
13 && make -j4 -C src check \
14 && make -j4 -C test/api check \
15 && make -j4 -C test/subset check)
18 time (make -j4 CPPFLAGS='-DHB_DEBUG_SUBSET=100' \
19 && make -j4 check)
30 …ols tell asan how to symoblize. Note that it doesn't like versioned copies like llvm-symbolizer-3.8
31 # export ASAN_SYMBOLIZER_PATH=path to version-less llvm-symbolizer
33 export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
35 ./configure CC=clang CXX=clang++ CPPFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address
43 ../libtool --mode=execute gdb --args ./hb-subset ...
50 make CPPFLAGS=-DHB_DEBUG_SUBSET=100
55 Note: You'll need to first install ninja-build via apt-get.
60 cmake -DHB_CHECK=ON -Bbuild -H. -GNinja && ninja -Cbuild && CTEST_OUTPUT_ON_FAILURE=1 ninja -Cbuild…
66 # In a local copy of oss-fuzz, edit projects/harfbuzz/Dockerfile
73 sudo python infra/helper.py build_fuzzers --sanitizer address harfbuzz
74 sudo python infra/helper.py run_fuzzer harfbuzz hb-subset-fuzzer
81 ./configure CXXFLAGS="-fno-omit-frame-pointer -g"
83 perf record -o <perf output file> -g <command to run>
84 perf report -i<perf output file>