Compile with debug info. Start debugging

This commit is contained in:
2025-09-07 17:08:31 -05:00
parent bed933055e
commit bfde57caac
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
(
cd bin
srcs=../src/*
cl $srcs -I ../inc/ -Od -std:c++20 -Fe
cl $srcs -I ../inc/ -Od -std:c++20 -Fe -ZI
)