File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ git clone ssh://git@github.com/couchbase/couchbase-lite-core-EE --branch $BRANCH
2828ulimit -c unlimited # Enable crash dumps
2929mkdir -p " couchbase-lite-core/build_cmake/x64"
3030pushd " couchbase-lite-core/build_cmake/x64"
31- cmake -DBUILD_ENTERPRISE=ON ../..
31+ cmake -DCMAKE_BUILD_TYPE=Debug - DBUILD_ENTERPRISE=ON ../..
3232make -j8
3333
3434# Note only for macOS
Original file line number Diff line number Diff line change 2121
2222 New-Item - Type Directory - ErrorAction Ignore couchbase- lite- core\build_cmake\x64
2323 Set-Location couchbase- lite- core\build_cmake\x64
24- & ' C:\Program Files\CMake\bin\cmake.exe' - A x64 - DCMAKE_SYSTEM_VERSION= " 10.0" - DBUILD_ENTERPRISE= ON ..\..
24+ & ' C:\Program Files\CMake\bin\cmake.exe' - A x64 - DCMAKE_SYSTEM_VERSION= " 10.0" - DCMAKE_BUILD_TYPE = Debug - DBUILD_ENTERPRISE= ON ..\..
2525 if ($LASTEXITCODE -ne 0 ) {
2626 Write-Host " Failed to run CMake!" - ForegroundColor Red
2727 exit 1
4848 }
4949} finally {
5050 Pop-Location
51- }
51+ }
You can’t perform that action at this time.
0 commit comments