Skip to content
Snippets Groups Projects
Commit d2c7de17 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent a4779ae8
No related branches found
No related tags found
No related merge requests found
...@@ -2788,7 +2788,7 @@ case "$UNAME" in ...@@ -2788,7 +2788,7 @@ case "$UNAME" in
UNAME="${UNAME}-no-cygwin" UNAME="${UNAME}-no-cygwin"
CC="${CC} -mno-cygwin" CC="${CC} -mno-cygwin"
CXX="${CXX} -mno-cygwin" CXX="${CXX} -mno-cygwin"
LINKER="${LINKER} -mno-cygwin -Wl,--stack,10000000" LINKER="${LINKER} -mno-cygwin -Wl,--stack,33554432"
fi fi
;; ;;
esac esac
......
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
dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -145,9 +145,9 @@ case "$UNAME" in ...@@ -145,9 +145,9 @@ case "$UNAME" in
UNAME="${UNAME}-no-cygwin" UNAME="${UNAME}-no-cygwin"
CC="${CC} -mno-cygwin" CC="${CC} -mno-cygwin"
CXX="${CXX} -mno-cygwin" CXX="${CXX} -mno-cygwin"
dnl need to increase default stack size passed to ld for dnl increase stack size to 32Mb to avoid stack overflows in
dnl recursive tet classification in new 3D Delaunay algo dnl recursive tet classification for large 3D Delaunay grids
LINKER="${LINKER} -mno-cygwin -Wl,--stack,10000000" LINKER="${LINKER} -mno-cygwin -Wl,--stack,33554432"
fi fi
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment