diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-11-26 19:17:14 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2024-11-26 10:27:52 +0200 |
| commit | d5d57b4327ab2c02ceca89794f88c6976c381c57 (patch) | |
| tree | bfd81c43c07b138670ef07d7cad4c7199a8a5edb /meson.build | |
| parent | 5e340e3b5daf074790b3748125bb4260e5ed55c7 (diff) | |
remove non-single-threaded option
Single-threaded is the build-default, and seems to work well enough for
1.12.7, so remove the option to turn it off.
This is because build-options that influence such low-level/core
behavior are a pain to maintain.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meson.build b/meson.build index 7ea5f73..98b3f53 100644 --- a/meson.build +++ b/meson.build @@ -134,13 +134,6 @@ config_h_dep=declare_dependency( include_directories: include_directories(['.'])) # -# single-threaded Xapian access? -# -if get_option('xapian-single-threaded') - config_h_data.set('XAPIAN_SINGLE_THREADED', true) - message('use Xapian only in a single thread') -endif -# # d_type, d_ino are not available universally, so let's check # (we use them for optimizations in mu-scanner # |
