Merge branch 'jeromenerf-patch-1'

Closes #185
This commit is contained in:
Daniel Eklöf 2020-11-07 11:54:00 +01:00
commit 71e98d5b8f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -127,8 +127,9 @@ mkdir -p bld/release && cd bld/release
### Release build
```sh
export CFLAGS+="-O3 -march=native -fno-plt"
meson --buildtype=release --prefix=/usr -Db_lto=true
CFLAGS+="-O3 -march=native -fno-plt"
export CFLAGS
meson --buildtype=release --prefix=/usr -Db_lto=true ../..
```
For performance reasons, I strongly recommend doing a