mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
make BSS segment optional in atari-cassette.cfg
This commit is contained in:
parent
a76153cb9f
commit
e2d14291b7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user