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 2194f5d commit 85a40d6Copy full SHA for 85a40d6
_patches/build.sbt
@@ -188,8 +188,6 @@ lazy val wvcLibStatic = project
188
buildSettings,
189
name := "wvc-lib",
190
target := target.value / "static",
191
- scalacOptions += "-Xcompile-time-only",
192
- nativeLinkingOptions ++= Seq("-fPIC"),
193
nativeConfig ~= { c =>
194
c.withBuildTarget(BuildTarget.libraryStatic)
195
.withBaseName("wvlet")
0 commit comments