Skip to content

Commit d45bce2

Browse files
Jimmy Lufacebook-github-bot
authored andcommitted
Fix example/simple_cache build
Summary: From PR: https://github.com/facebook/CacheLib/pull/314/files Making this change internally to avoid the conflicts with submodules. Reviewed By: pbhandar2 Differential Revision: D59968381 fbshipit-source-id: c6c08d82740bf7f285a28730758762a19c05e920
1 parent 9a64a38 commit d45bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_cache/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CLCMAKE="$CLBASE/cachelib/cmake"
2424
# After ensuring we are in the correct directory, set the installation prefix"
2525
PREFIX="$CLBASE/opt/cachelib/"
2626

27-
CMAKE_PARAMS="-DCMAKE_INSTALL_PREFIX='$PREFIX' -DCMAKE_MODULE_PATH='$CLCMAKE'"
27+
CMAKE_PARAMS="-DCMAKE_INSTALL_PREFIX='$PREFIX' -DCMAKE_MODULE_PATH='$CLCMAKE' -DCMAKE_BUILD_TYPE=Debug"
2828

2929
CMAKE_PREFIX_PATH="$PREFIX/lib/cmake:$PREFIX/lib64/cmake:$PREFIX/lib:$PREFIX/lib64:$PREFIX:${CMAKE_PREFIX_PATH:-}"
3030
export CMAKE_PREFIX_PATH

0 commit comments

Comments
 (0)