]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/lynx.cfg
Made stacksize user-adjustable on the cmdline.
[cc65] / src / ld65 / cfg / lynx.cfg
index c277528d7a0199d602cee23cd095b62a23413a6d..8aee49f2c8212fb7a05d6a3571c5cdebc7e5a5c1 100644 (file)
@@ -32,5 +32,5 @@ FEATURES {
            count = __INTERRUPTOR_COUNT__;
 }
 SYMBOLS {
-    __STACKSIZE__ = $800;       # 2K stack
+    __STACKSIZE__: value = $0800, weak = yes; # 2k stack
 }