Unverified Commit 249318c6 authored by Oleksandr Karpovich's avatar Oleksandr Karpovich Committed by GitHub

Add /FS flag for compileJvmBindings for windows targets (#572)

https://docs.microsoft.com/en-us/cpp/build/reference/fs-force-synchronous-pdb-writes

It was suggested by the error message in a Teamcity build
Co-authored-by: 's avatarOleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
parent 4312d53f
...@@ -828,6 +828,7 @@ fun createCompileJvmBindingsTask( ...@@ -828,6 +828,7 @@ fun createCompileJvmBindingsTask(
*buildType.msvcCompilerFlags, *buildType.msvcCompilerFlags,
"/utf-8", "/utf-8",
"/GR-", // no-RTTI. "/GR-", // no-RTTI.
"/FS", // Due to an error when building in Teamcity. https://docs.microsoft.com/en-us/cpp/build/reference/fs-force-synchronous-pdb-writes
// LATER. Ange rendering arguments: // LATER. Ange rendering arguments:
// "-I$skiaDir/third_party/externals/angle2/include", // "-I$skiaDir/third_party/externals/angle2/include",
// "-I$skiaDir/src/gpu", // "-I$skiaDir/src/gpu",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment