mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
8c47a778d6
Switch LanguageStandard from stdc17 to stdcpp20 across all configurations. Enable SEH exception handling (Sync) and disable RTTI. Add Wtsapi32.lib to the link dependencies. Enable Release-grade optimizations in the Release config: MaxSpeed, CFG, LTO, COMDAT folding, and function-level linking. Add a TEMPUS_DEBUG build configuration that compiles with TEMPUS_DEBUG=1 so the kernel Tempus timing surface can be validated against a matching controller build. Update ClCompile items from the old Blackbird_-prefixed .c files to the new short-named .cpp translation units. Closes #11.