summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mandocdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 8fad980b..cc3f4940 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -509,7 +509,9 @@ main(int argc, char *argv[])
* turn off synchronous mode for much better
* performance.
*/
+#ifndef __APPLE__
SQL_EXEC("PRAGMA synchronous = OFF");
+#endif
if (0 == ofmerge(mc, mp, dirs.paths[j]))
goto out;