diff options
Diffstat (limited to 'compiler/systems/t_gba.pas')
-rw-r--r-- | compiler/systems/t_gba.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/systems/t_gba.pas b/compiler/systems/t_gba.pas index 2dee4d83ea..06d23d2a9b 100644 --- a/compiler/systems/t_gba.pas +++ b/compiler/systems/t_gba.pas @@ -571,6 +571,7 @@ begin StripStr:=''; DynLinkStr:=''; MapStr:=''; + GCSectionsStr:=''; if (cs_link_strip in current_settings.globalswitches) and not(cs_link_separate_dbg_file in current_settings.globalswitches) then |