# won't use any vendored dependencies. Does not include the trailing
# build directory.
#
-# Includes options from,
+# Byte-compilation is disabled for now because it causes a 20x slowdown
+# in the edit-compile loop:
#
-# https://github.com/sagemath/sage/pull/40485
+# https://github.com/mesonbuild/meson-python/issues/820
#
sage-meson-setup() {
meson setup \
+ --python.bytecompile=-1 \
--python.install-env=prefix \
--prefix="${HOME}/.local" \
--wrap-mode=nofallback \