README.md: remove DEBUG flag

* remove `DEBUG` compiler flag text
 * improve some UI of README.md

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
This commit is contained in:
Daniel Santos 2022-03-19 18:40:11 +00:00
parent dc910012f9
commit 23ba97c49b
1 changed files with 5 additions and 5 deletions

View File

@ -48,12 +48,12 @@ Below, are the meanings of the `FROM` flags. The `TO` flags are the same as the
|Flag|Meaning|
|---|---|
|FROM_NUMERALS|Define the numerical system numerals of the 'from'|
|FROM_UNITS_ON_THE_END|Defines the units case to be on the end (on the right) for the 'from'|
|FROM_FIRST_NUMBER_VOID|Defines the first number as a "not counting" for the 'from'|
|FROM_INFINITE_BASE|Defines the first number to be infinite, for the 'from' (for example, if the first numeral is 0, then 0 == 00 == 000 == 0000 ... . Or if the first numeral is 1, then 1 == 11 == 111 ...)|
|`FROM_NUMERALS`|Define the numerical system numerals of the 'from'|
|`FROM_UNITS_ON_THE_END`|Defines the units case to be on the end (on the right) for the 'from'|
|`FROM_FIRST_NUMBER_VOID`|Defines the first number as a "not counting" for the 'from'|
|`FROM_INFINITE_BASE`|Defines the first number to be infinite, for the 'from' (for example, if the first numeral is 0, then 0 == 00 == 000 == 0000 ... . Or if the first numeral is 1, then 1 == 11 == 111 ...)|
There is also the `DEBUG` flag, which will show all the steps that you number walked through. Remember: you use `-DDEBUG` as an compiler argument.
Remember: you use put a `-D` before these flags names as an compiler argument. For example, `-DFROM_NUMERALS=...`.
## Documentation