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:
@@ -38,5 +38,5 @@ FEATURES {
|
||||
count = __INTERRUPTOR_COUNT__;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $0800; # 2k stack
|
||||
__STACKSIZE__: value = $0800, weak = yes; # 2k stack
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user