diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,8 +14,15 @@ ```bash cmake -B build -S . # Run only on cmake config changes (and first time) +# Or for development +cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug cmake --build ./build # Build ./build/chess # Run the app ``` + +## Details + +- (AddressSanitizer)[https://github.com/google/sanitizers/wiki/AddressSanitizer] (aka ASan) +- (UndefinedBehaviorSanitizer¶)[https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html] (aka UBSan) |
