We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e8b2d commit d5ae86dCopy full SHA for d5ae86d
cross/slang/Makefile
@@ -15,4 +15,8 @@ GNU_CONFIGURE = 1
15
CONFIGURE_ARGS = --with-z=$(INSTALL_DIR)/$(INSTALL_PREFIX)
16
CONFIGURE_ARGS += --with-pcre=$(INSTALL_DIR)/$(INSTALL_PREFIX)
17
18
+# disable parallel make
19
+# https://github.com/osresearch/heads/issues/385#issuecomment-382926111
20
+# https://github.com/osresearch/heads/commit/acf16c7304de8675f66ecc204b2abea25f0f67a3
21
+COMPILE_MAKE_OPTIONS += -j1
22
include ../../mk/spksrc.cross-cc.mk
0 commit comments