Home
last modified time | relevance | path

Searched refs:buildtype (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/
H A Dpkg-meson.mk191 --buildtype=$(if $(BR2_ENABLE_RUNTIME_DEBUG),debug,release) \
213 --buildtype=release \
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0012-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch16 @@ -84,6 +84,7 @@ function(llvm_create_cross_target project_name target_name toolchain buildtype)
/OK3568_Linux_fs/external/drm-cursor/
H A Dmeson.build6 default_options: ['buildtype=release', 'warning_level=3'],
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson.build6 'buildtype=debugoptimized' ])
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl2867 my ($type, $buildtype) = @_;
2876 build $buildtype or $failed = 1;
2919 my $buildtype = "oldconfig";
2923 $buildtype = "useconfig:$minconfig";
2940 $ret = run_bisect_test $type, $buildtype;
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmeson.bbclass23 --buildtype ${MESON_BUILDTYPE} \
/OK3568_Linux_fs/external/xserver/include/
H A Dmeson.build217 enable_debugging = get_option('buildtype') == 'debug'
/OK3568_Linux_fs/external/xserver/
H A Dmeson.build3 'buildtype=debugoptimized',
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst141 - meson.bbclass: Make the default buildtype "debug" if :term:`DEBUG_BUILD` is 1
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-v3-its.c1085 #define BUILD_SINGLE_CMD_FUNC(name, buildtype, synctype, buildfn) \ argument
1087 buildtype builder, \