diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/benchmark-document-loading | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading index feb3a4a05563..25f354ee71ec 100644 --- a/bin/benchmark-document-loading +++ b/bin/benchmark-document-loading @@ -156,6 +156,7 @@ class OfficeConnection: if "--valgrind" in self.args: argv.append("--valgrind") os.putenv("SAL_LOG", "-INFO-WARN") + os.putenv("LIBO_ONEWAY_STABLE_ODF_EXPORT", "YES") self.pro = subprocess.Popen(argv) # print(self.pro.pid) |