Skip to content

Commit

Permalink
Create pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Apr 11, 2024
1 parent 2a86f4e commit 3221937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ object Build {
javaVersionSharedTestSources,
nativeConfig ~= { c =>
c.withLinkStubs(true)
.withLinkingOptions(c.linkingOptions ++ List("-gcodeview", "-Wl,--pdb="))
.withEmbedResources(true)
// Tests using threads are ignored in runtime, skip checks and allow to link
.withCheckFeatures(false)
Expand Down

0 comments on commit 3221937

Please sign in to comment.