|
|
|
@ -9,9 +9,7 @@ generated. For example you might want to change from a debug build |
|
|
|
|
into a release build, set custom compiler flags, change the build |
|
|
|
|
options provided in your `meson_options.txt` file and so on. |
|
|
|
|
|
|
|
|
|
The main tool for this is the `meson configure` command. You may also use the |
|
|
|
|
`mesongui` graphical application if you want. However this document |
|
|
|
|
describes the use of the command line client. |
|
|
|
|
The main tool for this is the `meson configure` command. |
|
|
|
|
|
|
|
|
|
You invoke `meson configure` by giving it the location of your build dir. If |
|
|
|
|
omitted, the current working directory is used instead. Here's a |
|
|
|
|