mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:09:25 +02:00
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:
parent
c054117870
commit
ad1742373a
@ -230,7 +230,7 @@ begin
|
|||||||
if UseVLink then
|
if UseVLink then
|
||||||
begin
|
begin
|
||||||
if create_smartlink_sections then
|
if create_smartlink_sections then
|
||||||
GCSectionsStr:='-gc-all -sc -sd';
|
GCSectionsStr:='-gc-all -sc';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ExeName:=current_module.exefilename;
|
ExeName:=current_module.exefilename;
|
||||||
|
Loading…
Reference in New Issue
Block a user