-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 |