Skip to content
Snippets Groups Projects
Commit b30b18c5 authored by Sherman The Tank's avatar Sherman The Tank Committed by dutor
Browse files

Add more UT for FileBasedWAL (#15)

* Fixes #14 Add more UT for FileBasedWAL
parent 37524347
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ set(CMAKE_CXX_STANDARD 14) ...@@ -17,7 +17,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_EXE_LINKER_FLAGS "-static-libstdc++") set(CMAKE_EXE_LINKER_FLAGS "-static-libstdc++")
# Possible values are Debug, Release, RelWithDebInfo, MinSizeRel # Possible values are Debug, Release, RelWithDebInfo, MinSizeRel
set(CMAKE_BUILD_TYPE "RelWithDebInfo") set(CMAKE_BUILD_TYPE "Debug")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "_build") set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "_build")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "_build") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "_build")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment