Searched full:relwithdebinfo (Results 1 – 25 of 70) sorted by relevance
123
40 cmake --build build --config RelWithDebInfo42 …onfig == 'ASAN' && 'Copy-Item -Path "build\\*.exe" -Destination "build\\RelWithDebInfo\\"' || '' }}44 …onfig == 'ASAN' && 'Copy-Item -Path "build\\*.dll" -Destination "build\\RelWithDebInfo\\"' || '' }}48 ls -l build\\RelWithDebInfo53 build\\RelWithDebInfo\\uv_run_tests_a.exe platform_output58 build\\RelWithDebInfo\\uv_run_tests.exe platform_output67 ctest -C RelWithDebInfo -V72 build\\RelWithDebInfo\\uv_run_tests_a.exe
18 "configurationType": "RelWithDebInfo",42 "configurationType": "RelWithDebInfo",66 "configurationType": "RelWithDebInfo",90 "configurationType": "RelWithDebInfo",
9 # By default build in relwithdebinfo type, supports both lowercase and uppercase11 set(allowableBuildTypes DEBUG RELEASE RELWITHDEBINFO MINSIZEREL)14 set(CMAKE_BUILD_TYPE RELWITHDEBINFO CACHE STRING "" FORCE)
62 //Choose the type of build, options are: None Debug Release RelWithDebInfo92 //Flags used by the CXX compiler during RELWITHDEBINFO builds.118 //Flags used by the C compiler during RELWITHDEBINFO builds.136 //Flags used by the linker during RELWITHDEBINFO builds.216 // RELWITHDEBINFO builds.260 // during RELWITHDEBINFO builds.287 // during RELWITHDEBINFO builds.
30 "configurationType": "RelWithDebInfo",42 "configurationType": "RelWithDebInfo",
133 …LD_TYPE "Release" CACHE STRING "The type of build: Debug Release MinSizeRel RelWithDebInfo." FORCE)134 set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS Debug Release MinSizeRel RelWithDebInfo)398 set_linker_flag("/DEBUG:FASTLINK" RELWITHDEBINFO)529 set_cpp_flag("-g -g1" RELWITHDEBINFO)533 set_cpp_flag("-g -g3" RELWITHDEBINFO)543 set_cpp_flag("-Os" RELWITHDEBINFO)546 set_cpp_flag("-DNDEBUG" RELWITHDEBINFO)548 set_cpp_flag("-DANGLE_DISABLE_TRACE" RELWITHDEBINFO)602 # Enable Reactor Print() functionality in Debug/RelWithDebInfo builds or when explicitly enabled.
23 //Choose the type of build, options are: None Debug Release RelWithDebInfo53 //Flags used by the CXX compiler during RELWITHDEBINFO builds.79 //Flags used by the C compiler during RELWITHDEBINFO builds.97 //Flags used by the linker during RELWITHDEBINFO builds.129 // RELWITHDEBINFO builds.173 // during RELWITHDEBINFO builds.200 // during RELWITHDEBINFO builds.
7 DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_BUILD_TYPE=RelWithDebInfo ../../build/cmake
18 value: "RelWithDebInfo"
21 CMAKE_BUILD_TYPE=RelWithDebInfo56 CMAKE_BUILD_TYPE=RelWithDebInfo
20 call %SCRIPT_DIR%\..\scripts\windows\build.bat RelWithDebInfo
24 source $SCRIPT_DIR/../scripts/macos/build.sh RelWithDebInfo
23 call %SCRIPT_DIR%\..\scripts\windows\build.bat RelWithDebInfo 2019