Main: README.md: Improve readability

This commit is contained in:
Alex Kotov 2022-05-24 21:47:10 +03:00 committed by GitHub
parent dd5b226a23
commit 74ba5e1827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -108,12 +108,10 @@ stable options.
#### Features
* `--enable-bloat` (disable with `--disable-bloat`) - heavy binary data
* `--enable-float` (disable with `--disable-float`) - floating-point arithmetic
* `--enable-pic` (disable with `--disable-pic`) - generate position-independent
code
* `--enable-werror` (disable with `--disable-werror`) - fail on warning
(`CFLAGS+='-Werror'`)
* `--(enable|disable)-bloat` - heavy binary data
* `--(enable|disable)-float` - floating-point arithmetic
* `--(enable|disable)-pic` - generate position-independent code
* `--(enable|disable)-werror` - fail on warning (`CFLAGS+='-Werror'`)
#### Packages