No description
Find a file
2026-03-07 19:50:02 -08:00
cmake . 2026-03-07 19:50:02 -08:00
src . 2026-03-07 19:50:02 -08:00
.clang-tidy . 2026-03-07 19:50:02 -08:00
.gitignore v2 part 1 2026-03-04 19:24:23 -07:00
CMakeLists.txt . 2026-03-07 19:50:02 -08:00
compile_commands.json v2 part 1 2026-03-04 19:24:23 -07:00
justfile . 2026-03-07 19:50:02 -08:00
README.md v2 part 1.0 2026-03-04 19:26:29 -07:00

this repo has a database (WIP)

just build - Normal debug build
just build Release - Optimized release build
just lint - Build with clang-tidy running on every file
just asan - Build with AddressSanitizer + UBSan
just tsan - Build with ThreadSanitizer
just run - Build & run
just run Debug -DENABLE_ASAN=ON - Run with sanitizers
just clean - Nuke the build dir (useful when toggling options since CMake caches -D flags)