mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Increase stack size of ECL [Serhiy Y]
This commit is contained in:
parent
47dd6bc83e
commit
6735248285
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@
|
|||
#-(or cross stage1 msvc) "ecl2"
|
||||
:epilogue-code '@ECL_INIT_FORM@
|
||||
:lisp-files *module-symbols*
|
||||
:ld-flags '(#-msvc "-L./" #+windows "ecl.res"))
|
||||
:ld-flags #-msvc '("-L./") #+windows '("ecl.res" "/F 10485760"))
|
||||
|
||||
(with-open-file (modules-list #P"build:MODULES" :direction :output)
|
||||
(dolist (module-file *module-files*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue