Made stacksize user-adjustable on the cmdline.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4293 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -63,5 +63,5 @@ FEATURES {
|
||||
}
|
||||
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $0300; # 3 pages stack
|
||||
__STACKSIZE__: value = $0300, weak = yes; # 3 pages stack
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user