Searched refs:Debug (Results 1 – 6 of 6) sorted by relevance
10 SNAPPY_LIB_DEBUG: $(SNAPPY_HOME)\build\Debug\snappy.lib38 - msbuild Snappy.sln /p:Configuration=Debug /p:Platform=x6446 - msbuild lz4.sln /p:Configuration=Debug /p:Platform=x6454 - msbuild zstd.sln /p:Configuration=Debug /p:Platform=x6460 …- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Debug -DOPTDBG=1 -DPORTABLE=1 -DSNAPPY=1 -DLZ4=1…
50 set(default_build_type "Debug")195 if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")362 message(STATUS "Disabling RTTI in Release builds. Always on in Debug.")372 message(STATUS "Enabling RTTI in Debug builds only (default)")386 message(STATUS "Debug optimization is enabled")938 "CMAKE_BUILD_TYPE STREQUAL Debug" OFF)
53 //Choose the type of build, options are: None Debug Release RelWithDebInfo
24 SNAPPY_LIB_DEBUG: C:/Users/circleci/thirdparty/snappy-1.1.7/build/Debug/snappy.lib43 msbuild.exe Snappy.sln -maxCpuCount -property:Configuration=Debug -property:Platform=x6449 …${CMAKE_BIN} -G "${CMAKE_GENERATOR}" -DCMAKE_BUILD_TYPE=Debug -DOPTDBG=1 -DPORTABLE=1 -DSNAPPY=1 -…51 … msbuild.exe build/rocksdb.sln -maxCpuCount -property:Configuration=Debug -property:Platform=x64
250 void Debug(Logger* info_log, const char* format, ...) { in Debug() function328 void Debug(const std::shared_ptr<Logger>& info_log, const char* format, ...) { in Debug() function
1091 extern void Debug(const std::shared_ptr<Logger>& info_log, const char* format,1119 extern void Debug(Logger* info_log, const char* format, ...)