Searched +full:- +full:bbuild (Results 1 – 23 of 23) sorted by relevance
6 @REM # Debug build + ---11 cmake -Hmisc -Bbuild-misc -A%PLATFORM% || exit /b !ERRORLEVEL!12 cmake --build build-misc || exit /b !ERRORLEVEL!13 …make -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DMEMORYCHECK_COMMAND=build-misc\Debug\CoverageH…17 …cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DCATCH_BUILD_EXAMPLES=%examples% -DCATCH_BUILD…21 cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% || exit /b !ERRORLEVEL!
6 #- compiler: msvc10 # triplet: x86-windows12 #- compiler: msvc16 # triplet: x64-windows18 - compiler: msvc26 #- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201331 # triplet: x86-windows33 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201738 triplet: x86-windows40 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019[all …]
2 vmImage: 'VS2017-Win2016'7 triplet: 'x86-windows'10 - script: |13 .\bootstrap-vcpkg.bat15 .\vcpkg install glib:x86-windows freetype:x86-windows cairo:x86-windows17 …cmake -Bbuild -H. -DHB_HAVE_UNISCRIBE=ON -DHB_HAVE_DIRECTWRITE=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_FREE…20 ctest --output-on-failure -C Debug
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[all …]
9 # cmake -DBUILD_FRAMEWORK=ON -Bbuild -H. -GXcode && cmake --build build20 ## Disallow in-source builds, as CMake generated make files can collide with autotools ones24 In-source builds are not permitted! Make a separate folder for"31 rm -rf CMakeCache.txt CMakeFiles")55 option(HB_BUILD_SUBSET "Build harfbuzz-subset" ON)104 add_definitions(-DHAVE_${definition_to_add})114 add_definitions(-DHAVE_UNISTD_H)118 add_definitions(-DHAVE_SYS_MMAN_H)122 add_definitions(-DHAVE_XLOCALE_H)126 add_definitions(-DHAVE_STDBOOL_H)[all …]
5 macos-10.12.6-aat-fonts:9 - checkout10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo12 - run: make -j413 - run: make check || .ci/fail.sh15 macos-10.13.6-aat-fonts:19 - checkout20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free…21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo[all …]
1 cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja2 cmake --build build
1 cmake . -DCMAKE_BUILD_TYPE=Debug -DWITH_COTIRE=OFF -Bbuild -GNinja2 cmake --build build
1 cmake . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON -Bbuild -GNinja2 cmake --build build
5 - /dev-appveyor.*/8 - ubuntu-toolchain-r-test9 - llvm-toolchain-trusty10 - llvm-toolchain-trusty-3.911 - llvm-toolchain-trusty-4.012 - llvm-toolchain-xenial-5.013 - llvm-toolchain-xenial-6.019 - os: linux24 packages: ['clang-3.5']25 env: COMPILER='clang++-3.5'[all …]
5 [CMake target](#cmake-target)<br>6 [Automatic test registration](#automatic-test-registration)<br>7 [CMake project options](#cmake-project-options)<br>8 [Installing Catch2 from git repository](#installing-catch2-from-git-repository)<br>55 `--list-test-names-only` flag, and then parsing the output to find all91 pass to the Catch executable alongside the `--list-test-names-only` flag.137 commented-out tests will be registered anyway.160 * `PARSE_CATCH_TESTS_VERBOSE` -- When `ON`, the script prints debug162 * `PARSE_CATCH_TESTS_NO_HIDDEN_TESTS` -- When `ON`, hidden tests (tests165 * `PARSE_CATCH_TESTS_ADD_FIXTURE_IN_TEST_NAME` -- When `ON`, adds fixture[all …]
3 There are many ways to debug ANGLE using generic or platform-dependent tools. Here is a list of tips23 `ldconfig -p | grep libGL`.35 ninja -C out/Debug37 apitrace trace -o mytrace ./out/Debug/hello_triangle64 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni66 --- a/build/config/compiler/compiler.gni68 @@ -86,7 +86,8 @@ declare_args() {72 - forbid_non_component_debug_builds = build_with_chromium79 diff --git a/scripts/gdbclient.py b/scripts/gdbclient.py81 --- a/scripts/gdbclient.py[all …]