summaryrefslogtreecommitdiff
path: root/README.msvc
diff options
context:
space:
mode:
Diffstat (limited to 'README.msvc')
-rw-r--r--README.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.msvc b/README.msvc
index d9a00613..5855c487 100644
--- a/README.msvc
+++ b/README.msvc
@@ -52,7 +52,7 @@ To do a build using Meson, do the following:
-Configure the build using Meson:
- python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) [--backend=vs]
+ python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) -Dsysprof=disabled [--backend=vs]
Also pass in -Dgssapi=false if not building with GSSAPI support.