fix mem access problem reported by sanitizer

This commit is contained in:
yancey
2023-07-22 14:00:03 -04:00
parent d12e540830
commit e66eddd1d5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#note: experimental
# currently only used for generating `compile_commands.json` for clangd
# currently only used for generating `compile_commands.json` for clangd.
# to build this project, it's suggested to use `makefile` instead
cmake_minimum_required(VERSION 3.7)