mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-21 17:42:26 -04:00
Main: README.md: Improve readability
This commit is contained in:
parent
dd5b226a23
commit
74ba5e1827
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue