summaryrefslogtreecommitdiff
path: root/compiler/options.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/options.pas')
-rw-r--r--compiler/options.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.pas b/compiler/options.pas
index 990e92dda8..b38feb9d99 100644
--- a/compiler/options.pas
+++ b/compiler/options.pas
@@ -2764,7 +2764,7 @@ begin
'L':
begin
if (target_info.system in [system_m68k_sinclairql]) then
- sinclairql_vlink_experimental:=true
+ sinclairql_vlink_experimental:=false
else
IllegalPara(opt);
end;