Searched +full:ninja +full:- +full:build (Results 1 – 2 of 2) sorted by relevance
1 Meson build system for lz44 Meson is a build system designed to optimize programmer productivity.5 It aims to do this by providing simple, out-of-the-box support for9 This Meson build system is provided with no guarantee.11 ## How to build16 meson setup --buildtype=release -Ddefault_library=shared -Dbin_programs=true builddir18 ninja # to build19 ninja install # to install25 DESTDIR=./staging ninja install28 To configure build options, use:
7 - name: (macOS) General Test11 - make # test library build12 - make clean13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)16 - name: (Precise) benchmark test19 - make -C tests test-lz4 test-lz4c test-fullbench21 - name: (Precise) frame and fuzzer test24 - sudo sysctl -w vm.mmap_min_addr=409626 - make -C tests test-frametest test-fuzzer[all …]