docs: don't recommend using CFLAGS [skip ci]

This commit is contained in:
Dylan Baker 2019-01-08 11:38:40 -08:00
parent 4a8e8b7103
commit bc0bcc37f6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ build and install Meson projects are the following.
```console
$ cd /path/to/source/root
$ CFLAGS=... CXXFLAGS=... LDFLAGS=.. meson --prefix /usr --buildtype=plain builddir
$ meson --prefix /usr --buildtype=plain builddir -Dc_args=... -Dcpp_args=... -Dc_link_args=... -Dcpp_link_args=...
$ ninja -v -C builddir
$ ninja -C builddir test
$ DESTDIR=/path/to/staging/root ninja -C builddir install