atari: remove -sd vlink option. this stops the linker from merging the bss segment into the data segment shaving off about 8K from the Hello, world! size. the data segment is merged into a single one on atari anyway, so this argument is not needed

git-svn-id: trunk@37826 -
This commit is contained in:
Károly Balogh 2017-12-27 01:01:41 +00:00
parent c054117870
commit ad1742373a

View File

@ -230,7 +230,7 @@ begin
if UseVLink then
begin
if create_smartlink_sections then
GCSectionsStr:='-gc-all -sc -sd';
GCSectionsStr:='-gc-all -sc';
end;
ExeName:=current_module.exefilename;