mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
b8fc20d5b8
Meson is a new build system that offers simpler syntax and superior performance to autoconf/make. In addition, Windows is supported natively. The Meson build appears complete, but currently is used only for auto-generation of code and the host build of pgbackrest. Some container upgrades will be required before Meson can be used for container builds. Also patch the Debian package to force autoconf/make rather than Meson.
3 lines
204 B
Meson
3 lines
204 B
Meson
option('configdir', type: 'string', value: '/etc/pgbackrest', description: 'Configuration directory')
|
|
option('fatal-errors', type: 'boolean', value: false, description: 'Stop compilation on first error')
|