Made gemini improve and fix unit tests

Found and fixed some bugs at the same time
This commit is contained in:
2026-02-13 23:00:14 -05:00
parent c6552d2def
commit 5337d4cb66
12 changed files with 231 additions and 81 deletions

View File

@@ -84,7 +84,7 @@
.SubSystem = ' /SUBSYSTEM:WINDOWS'
If ( .BuildConfigName == 'Debug' )
{
^SubSystem = ' /SUBSYSTEM:WINDOWS' // We use console in debug
^SubSystem = ' /SUBSYSTEM:CONSOLE' // We use console in debug
}
.LinkerOptions + .SubSystem