diff options
author | Kevin Anderson <andersonkw2@gmail.com> | 2017-10-22 17:06:15 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-23 18:43:39 +0200 |
commit | 562c50f229cfe0a28abdfc2c56360f5a82c83b57 (patch) | |
tree | b32c0e1f93a856d3d2bc4265b4b8a996a58c1f21 /docs/markdown/Precompiled-headers.md | |
parent | 92866d8d5f50b6133be4b53d989665dedd89dd52 (diff) | |
download | meson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.zip meson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.tar.gz meson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.tar.bz2 |
Update references from mesonconf to meson configure
Fixes #2372
Diffstat (limited to 'docs/markdown/Precompiled-headers.md')
-rw-r--r-- | docs/markdown/Precompiled-headers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Precompiled-headers.md b/docs/markdown/Precompiled-headers.md index 22fd762..57b2923 100644 --- a/docs/markdown/Precompiled-headers.md +++ b/docs/markdown/Precompiled-headers.md @@ -40,7 +40,7 @@ Toggling the usage of precompiled headers If you wish to compile your project without precompiled headers, you can change the value of the pch option by passing `-Db_pch=false` -argument to Meson at configure time or later with `mesonconf`. You can +argument to Meson at configure time or later with `meson configure`. You can also toggle the use of pch in a configured build directory with the GUI tool. You don't have to do any changes to the source code. Typically this is done to test whether your project compiles |