From: <ina...@us...> - 2013-08-07 04:26:55
|
Revision: 651 http://sourceforge.net/p/euslisp/code/651 Author: inaba-jsk Date: 2013-08-07 04:26:49 +0000 (Wed, 07 Aug 2013) Log Message: ----------- add stack-size extension for cygwin Modified Paths: -------------- trunk/EusLisp/lisp/Makefile.Cygwin Modified: trunk/EusLisp/lisp/Makefile.Cygwin =================================================================== --- trunk/EusLisp/lisp/Makefile.Cygwin 2013-07-31 17:45:06 UTC (rev 650) +++ trunk/EusLisp/lisp/Makefile.Cygwin 2013-08-07 04:26:49 UTC (rev 651) @@ -38,7 +38,7 @@ # If you use libc.so.5, remove -DLIB6 option. # In order to include thread library, libc.so.6 is preferrable. -CFLAGS=-D$(MACHINE) -DCygwin -D_REENTRANT -DVERSION=\"$(VERSION)\" \ +CFLAGS=-Wl,--stack,5000000 -D$(MACHINE) -DCygwin -D_REENTRANT -DVERSION=\"$(VERSION)\" \ -DGCC -DKERNEL -falign-functions=8 \ $(DEBUG) $(CPU_OPTIMIZE) $(THREAD) -D$(XVERSION) \ -I/usr/include -I/usr/X11R6/include -I$(EUSDIR)/lisp/c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |