No description
| cmake | ||
| src | ||
| .clang-tidy | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compile_commands.json | ||
| justfile | ||
| README.md | ||
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)