mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
e3d9df3ae9
Meson has a lot of advantages over autoconf/make, primarily in ease-of-use and performance. Make meson the only build system used for testing and building the Debian documentation, but leave the RHEL documentation using autoconf/make for now so it gets some testing.
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')
|