adding lldb and dir-locals for debugging

This commit is contained in:
Chris Cochrun 2025-08-19 06:38:43 -05:00
parent 2c296a1a1f
commit 9db93107cc
3 changed files with 7 additions and 2 deletions

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((dape-command . (lldb-dap :program "target/debug/lumina" :args ["-i" "test_presentation.lisp"])))))

View file

@ -43,8 +43,8 @@ git = "https://github.com/jackpot51/iced_video_player.git"
branch = "cosmic"
features = ["wgpu"]
[profile.dev]
opt-level = 3
# [profile.dev]
# opt-level = 3
[profile.release]
opt-level = 3

View file

@ -42,6 +42,7 @@
stdenv
gnumake
gdb
lldb
cmake
makeWrapper
vulkan-headers