Skip to content
Snippets Groups Projects
Commit 9a60660e authored by dtc's avatar dtc
Browse files

o Add the command line switch -dynamic-space-size for setting the size

  of the dynamic space.
parent 463504f1
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.8 2000/10/16 17:30:06 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.9 2000/10/24 13:31:37 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -201,3 +201,4 @@ ...@@ -201,3 +201,4 @@
(defswitch "noinit") (defswitch "noinit")
(defswitch "hinit") (defswitch "hinit")
(defswitch "batch") (defswitch "batch")
(defswitch "dynamic-space-size")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment