aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgbench/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgbench/meson.build')
-rw-r--r--src/bin/pgbench/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pgbench/meson.build b/src/bin/pgbench/meson.build
index 3cc393d17ea..1a3ec5d1295 100644
--- a/src/bin/pgbench/meson.build
+++ b/src/bin/pgbench/meson.build
@@ -27,6 +27,7 @@ pgbench = executable('pgbench',
pgbench_sources,
dependencies: [frontend_code, libpq, thread_dep],
include_directories: include_directories('.'),
+ c_pch: pch_postgres_fe_h,
c_args: host_system == 'windows' ? ['-DFD_SETSIZE=1024'] : [],
kwargs: default_bin_args,
)