From d2c7de173abc605368cf67894e8e5cf0f82f4e54 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 18 Mar 2007 12:10:32 +0000 Subject: [PATCH] *** empty log message *** --- configure | 2 +- configure.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 84e4a07c20..091ae3cb14 100755 --- a/configure +++ b/configure @@ -2788,7 +2788,7 @@ case "$UNAME" in UNAME="${UNAME}-no-cygwin" CC="${CC} -mno-cygwin" CXX="${CXX} -mno-cygwin" - LINKER="${LINKER} -mno-cygwin -Wl,--stack,10000000" + LINKER="${LINKER} -mno-cygwin -Wl,--stack,33554432" fi ;; esac diff --git a/configure.in b/configure.in index f10bc1b023..273db7ae3d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.122 2007-03-18 12:05:16 geuzaine Exp $ +dnl $Id: configure.in,v 1.123 2007-03-18 12:10:32 geuzaine Exp $ dnl dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle dnl @@ -145,9 +145,9 @@ case "$UNAME" in UNAME="${UNAME}-no-cygwin" CC="${CC} -mno-cygwin" CXX="${CXX} -mno-cygwin" - dnl need to increase default stack size passed to ld for - dnl recursive tet classification in new 3D Delaunay algo - LINKER="${LINKER} -mno-cygwin -Wl,--stack,10000000" + dnl increase stack size to 32Mb to avoid stack overflows in + dnl recursive tet classification for large 3D Delaunay grids + LINKER="${LINKER} -mno-cygwin -Wl,--stack,33554432" fi ;; esac -- GitLab