Skip to content

Commit

Permalink
README_BUILD.md: Fix Github not displaying array properly
Browse files Browse the repository at this point in the history
Github was getting confused as it thought some rows had two cells and
others had three.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Jun 22, 2023
1 parent 1032c82 commit 2a361bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_BUILD.md
Expand Up @@ -89,11 +89,11 @@ this is invoked as "-DLOG_LEVEL=Debug".

Cmake Options | Default | Description |
----------------- | ------- | ---------------------------------------------- |
| | NoLog : Remove all warning/error messages |
LOG_LEVEL | | Error : Print errors only |
| | Warning : Print warnings and errors |
| Info | Info : Print info, warnings and errors |
| | Debug : Print debug/info/warnings/errors (very verbose) |
| | | NoLog : Remove all warning/error messages |
|`LOG_LEVEL` | | Error : Print errors only |
| | | Warning : Print warnings and errors |
| | Info | Info : Print info, warnings and errors |
| | | Debug : Print debug/info/warnings/errors (very verbose) |

Options which effect iiod only. These are only available on Linux.

Expand Down

0 comments on commit 2a361bc

Please sign in to comment.