Skip to content

Commit 459d9f8

Browse files
committed
Disable debug sandbox builds resolve cefsharp/CefSharp#1820
Former-commit-id: da51fe8501eb797872278a60e63f9014549a42ef
1 parent 46207a1 commit 459d9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function Msvs
217217
# Remove previously generated CMake data for the different platform/toolchain
218218
rm CMakeCache.txt -ErrorAction:SilentlyContinue
219219
rm -r CMakeFiles -ErrorAction:SilentlyContinue
220-
cmake -G "$CmakeGenerator$CmakeArch"
220+
cmake -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off
221221
popd
222222
$env:CEFSHARP_BUILD_IS_BOOTSTRAPPED = "$Toolchain$Platform"
223223
}

0 commit comments

Comments
 (0)