doc: update debug command

This commit is contained in:
sangge 2024-01-08 06:20:00 +08:00
parent c9c42d98c6
commit 4379059f80

View File

@ -24,6 +24,6 @@ TRNG 通常比DRBG更难以实现因为它需要物理设备来捕获随机
```bash
mkdir build
cd build
cmake ..
cmake ..如果是debug模式则cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```