Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/
Dappveyor.yml10 SNAPPY_LIB_DEBUG: $(SNAPPY_HOME)\build\Debug\snappy.lib
38 - msbuild Snappy.sln /p:Configuration=Debug /p:Platform=x64
46 - msbuild lz4.sln /p:Configuration=Debug /p:Platform=x64
54 - msbuild zstd.sln /p:Configuration=Debug /p:Platform=x64
60 …- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=Debug -DOPTDBG=1 -DPORTABLE=1 -DSNAPPY=1 -DLZ4=1…
DCMakeLists.txt50 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)
DCMakeCache.txt53 //Choose the type of build, options are: None Debug Release RelWithDebInfo
/rocksdb-6.9/.circleci/
Dconfig.yml24 SNAPPY_LIB_DEBUG: C:/Users/circleci/thirdparty/snappy-1.1.7/build/Debug/snappy.lib
43 msbuild.exe Snappy.sln -maxCpuCount -property:Configuration=Debug -property:Platform=x64
49 …${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
/rocksdb-6.9/env/
Denv.cc250 void Debug(Logger* info_log, const char* format, ...) { in Debug() function
328 void Debug(const std::shared_ptr<Logger>& info_log, const char* format, ...) { in Debug() function
/rocksdb-6.9/include/rocksdb/
Denv.h1091 extern void Debug(const std::shared_ptr<Logger>& info_log, const char* format,
1119 extern void Debug(Logger* info_log, const char* format, ...)