Searched refs:build_type (Results 1 – 5 of 5) sorted by relevance
361 local build_type = rockspec.build.type362 if build_type ~= 'none' and build_type ~= 'builtin' and build_type ~= 'module' then363 util.printout('[' .. rockspec.package .. "] build_type '" .. build_type .. "' not supported")
23 string(TOLOWER "${CMAKE_BUILD_TYPE}" build_type)24 if(NOT build_type MATCHES debug)
98 my $build_type;284 "BUILD_TYPE" => \$build_type,1717 my $type = $build_type;4034 if ($build_type eq "nobuild") {4038 build $build_type or dodie "Failed to build";4373 my $run_type = $build_type;4460 if ($build_type ne "nobuild") {4461 build $build_type or next;
61 u8 build_type; member
397 version->build_type, version->build_num); in btintel_version_info_tlv()461 version->build_type = tlv->val[0]; in btintel_read_version_tlv()