mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
make BSS segment optional in atari-cassette.cfg
This commit is contained in:
@@ -21,7 +21,7 @@ SEGMENTS {
|
||||
CODE: load = MAIN, type = ro, define = yes;
|
||||
RODATA: load = MAIN, type = ro, optional = yes;
|
||||
DATA: load = MAIN, type = rw, optional = yes;
|
||||
BSS: load = MAIN, type = bss, define = yes;
|
||||
BSS: load = MAIN, type = bss, define = yes, optional = yes;
|
||||
INIT: load = MAIN, type = bss, optional = yes;
|
||||
}
|
||||
FEATURES {
|
||||
|
Reference in New Issue
Block a user