We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6981f commit 13d659dCopy full SHA for 13d659d
jenkins/jenkins_unix.sh
@@ -28,7 +28,7 @@ git clone ssh://[email protected]/couchbase/couchbase-lite-core-EE --branch $BRANCH
28
ulimit -c unlimited # Enable crash dumps
29
mkdir -p "couchbase-lite-core/build_cmake/x64"
30
pushd "couchbase-lite-core/build_cmake/x64"
31
-cmake -DBUILD_ENTERPRISE=ON ../..
+cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_ENTERPRISE=ON ../..
32
make -j8
33
34
# Note only for macOS
0 commit comments