author | Camm Maguire <camm@transcendence.maguirefamily.org> | 2025年04月10日 14:14:30 -0400 |
---|---|---|
committer | Camm Maguire <camm@transcendence.maguirefamily.org> | 2025年04月10日 14:14:30 -0400 |
commit | 2ab6c771a9ff19d6358e9d90cc3296be191cf2fa (patch) | |
tree | 97a3e7d22232b268c27403a370186189a90f48ef | |
parent | ce6676b658c57c859d49af57449611fb5c64511e (diff) | |
download | gcl-gnu-build-system.tar.gz |
-rwxr-xr-x | gcl/debian/rules | 2 |
diff --git a/gcl/debian/rules b/gcl/debian/rules index 3e0edbad6..558e54a76 100755 --- a/gcl/debian/rules +++ b/gcl/debian/rules @@ -19,7 +19,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif ifneq (,$(NUMJOBS)) -MAKEFLAGS+=-O -j $(NUMJOBS) +MAKEFLAGS+=-j $(NUMJOBS) GCL_MULTIPROCESS_MEMORY_POOL?=$(shell pwd) export GCL_MULTIPROCESS_MEMORY_POOL endif |