diff options
author | David Robillard <d@drobilla.net> | 2023-08-23 19:13:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-08-23 19:25:23 -0400 |
commit | 63215f20a8d941ed2b70bc656f10d41ea6ddd4ca (patch) | |
tree | 26ae1188d3a78be4d63ec83a6b6b59c53ddf1eda /INSTALL.md | |
parent | 1420be7916429425f826a214d2bc7e1e19ae11e8 (diff) | |
download | zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.tar.gz zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.tar.bz2 zix-63215f20a8d941ed2b70bc656f10d41ea6ddd4ca.zip |
Clean up C++ test configuration and documentation
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ configuration: * `CFLAGS`: C compiler options. * `LDFLAGS`: Linker options. +Some optional tests also use the C++ compiler from the environment (unless the +`tests_cpp` option is disabled): + + * `CXX`: Path to C++ compiler. + * `CXXFLAGS`: C++ compiler options. + However, it is better to use meson options for configuration. All options can be inspected with the `configure` command from within the build directory: |