summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index dadaacc..3b705e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ build-stamp: configure-stamp
# Add here commands to compile the package.
$(MAKE) $(NJOBS)
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
- ulimit -s hard
+ ulimit -s unlimited
$(MAKE) check VERBOSE=1
endif