From 2a361bc049149852bd19d5502542d2c5190ba70c Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Thu, 22 Jun 2023 14:42:19 +0200 Subject: [PATCH] README_BUILD.md: Fix Github not displaying array properly Github was getting confused as it thought some rows had two cells and others had three. Signed-off-by: Paul Cercueil --- README_BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README_BUILD.md b/README_BUILD.md index ff97f523f..5ab81bad6 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -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.