From f696d5cff723d2bceb4c78ce56a4143584088416 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 3 Oct 2024 07:59:06 +0200 Subject: [PATCH] Give Windows the correct debug info. --- .gitignore | 4 +++- dub.sdl | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b51af4..87d26e8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ numem-test-* dub.selections.json out/ -source/app.d \ No newline at end of file +source/app.d + +.vscode \ No newline at end of file diff --git a/dub.sdl b/dub.sdl index 99d5f4c..06e4283 100644 --- a/dub.sdl +++ b/dub.sdl @@ -7,6 +7,8 @@ targetPath "out/" dependency "tinyd-rt" version=">=0.0.0" optional=true +buildOptions "debugInfoC" platform="windows" + configuration "main" { targetType "library" }