From aa745e031988c17c151427e3f61034b348baac48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 27 Sep 2020 22:55:59 +0000 Subject: [PATCH] z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916 git-svn-id: trunk@46979 - --- compiler/z80/agz80vasm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/z80/agz80vasm.pas b/compiler/z80/agz80vasm.pas index 7bbdc9280e..90fab18b1b 100644 --- a/compiler/z80/agz80vasm.pas +++ b/compiler/z80/agz80vasm.pas @@ -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 : '; ';