Mercurial
view README.md @ 24:7d3fa1a7a854
[GuiZe] Support x86 chip for bun.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 07 Oct 2025 09:13:29 -0700 |
| parents | 947b81010aba |
| children | c0f6c8c7829f |
line wrap: on
line source
# Zenbu This is a mono repo where I will share all my codes and utilize them using bazel. I decied to do this since I re-use codes often and I don't want to deal with making make and cmake every time and this eliminates the problem that exists within C or C++ where using library is harder as we need to add gzillian stuff into it lmao. # Debugging Command ```bash bazel build target -c dbg i.e) bazel build //mrjunejune:mrjunejune_server -c dbg ``` And run whatever your favoriate debugging tools ```bash bazel run //dowa:dowa_test --run_under="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes" ``` brew install valgrind # or use the unofficial ARM build: arch -x86_64 brew install valgrind arch -x86_64 valgrind ./test