Skip to content
Snippets Groups Projects
Verified Commit 8aff85b2 authored by v-lafeychine's avatar v-lafeychine
Browse files

Use of sbt debug: Improve compile time

parent f4826b9f
No related branches found
No related tags found
1 merge request!4Resolve "Found graphics module"
......@@ -6,8 +6,8 @@ enablePlugins(ScalaNativePlugin)
nativeCompileOptions ++= Seq("-stdlib=libc++")
nativeLinkingOptions ++= Seq("-fuse-ld=lld")
nativeMode := "release-fast"
nativeLTO := "thin"
nativeMode := "debug"
nativeLTO := "none"
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funsuite" % "3.2.11" % "test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment