aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2026-01-09 19:58:25 -0800
committerRaghuram Subramani <raghus2247@gmail.com>2026-01-09 19:58:25 -0800
commit8c07c5589f4bfef15026d818385fdcbf3d596119 (patch)
tree9cdfdc1d74eb5f4ec79e0b440890fabee1c21a83 /README.md
parent9b8c2e469a46020b662e9203bef8da790de2031c (diff)
cmake: fix patch and introduce build typesHEADmain
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f46044..2ddc498 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Usage: ./msg [-h] [-w] [-v] [-o <output>] <directory>
<directory>: Working directory
```
+Here's the CMake command I usually use: `CC=clang cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DCMAKE_BUILD_TYPE=Debug ..`
+
### Site Structure
The site structure is actually fairly simple. `/config.cfg` describes the static directories, in this case only "assets." It could be any number of files & folders, though.