summaryrefslogtreecommitdiff
path: root/compiler/globals.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/globals.pas')
-rw-r--r--compiler/globals.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/globals.pas b/compiler/globals.pas
index ab570352a6..a7c8ad9992 100644
--- a/compiler/globals.pas
+++ b/compiler/globals.pas
@@ -416,7 +416,7 @@ interface
{$if defined(m68k)}
{ Sinclair QL specific }
sinclairql_metadata_format: string[4] = 'QHDR';
- sinclairql_vlink_experimental: boolean = false; { temporary }
+ sinclairql_vlink_experimental: boolean = true; { temporary }
{$endif defined(m68k)}
{ default name of the C-style "main" procedure of the library/program }