z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916

git-svn-id: trunk@46979 -
This commit is contained in:
Károly Balogh 2020-09-27 22:55:59 +00:00
parent 7c195d2062
commit aa745e0319

View File

@ -920,7 +920,7 @@ unit agz80vasm;
asmbin : 'vasmz80_std';
asmcmd : '-quiet -Fvobj -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_z80_embedded, system_z80_zxspectrum, system_z80_msxdos];
flags : [af_needar{,af_smartlink_sections}];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
labelmaxlen : -1;
comment : '; ';