diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2019-11-07 19:47:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 19:47:00 +0100 |
| commit | 50d6218e543f1385f9fe7e0cddd0dba289f6e059 (patch) | |
| tree | 9045c52d969da9d27f721852a9f87ab537babf22 | |
| parent | 18024c6ab2d155f08c1155419a766bb6924e24ec (diff) | |
| download | wiki-50d6218e543f1385f9fe7e0cddd0dba289f6e059.tar.gz wiki-50d6218e543f1385f9fe7e0cddd0dba289f6e059.tar.bz2 wiki-50d6218e543f1385f9fe7e0cddd0dba289f6e059.zip | |
fix: Cmake Options page wrong value
| -rw-r--r-- | docs/CMake-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake-options.md b/docs/CMake-options.md index 61de50e..4ef50b7 100644 --- a/docs/CMake-options.md +++ b/docs/CMake-options.md @@ -10,7 +10,7 @@ If you want to enable extra logs, add this flag: `-DENABLE_EXTRAS=1 -DENABLE_EXT Totally disable PCH: -`-DNOPCH=0` +`-DNOPCH=1` Or one by one: ``` |
