Skip to content

Commit

Permalink
Give Windows the correct debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Oct 3, 2024
1 parent eec2a93 commit f696d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ numem-test-*

dub.selections.json
out/
source/app.d
source/app.d

.vscode
2 changes: 2 additions & 0 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ targetPath "out/"

dependency "tinyd-rt" version=">=0.0.0" optional=true

buildOptions "debugInfoC" platform="windows"

configuration "main" {
targetType "library"
}
Expand Down

0 comments on commit f696d5c

Please sign in to comment.