summaryrefslogtreecommitdiff
path: root/avx512-0037785/compiler/globtype.pas
diff options
context:
space:
mode:
Diffstat (limited to 'avx512-0037785/compiler/globtype.pas')
-rw-r--r--avx512-0037785/compiler/globtype.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/avx512-0037785/compiler/globtype.pas b/avx512-0037785/compiler/globtype.pas
index 2e674ab459..c129d242b8 100644
--- a/avx512-0037785/compiler/globtype.pas
+++ b/avx512-0037785/compiler/globtype.pas
@@ -233,7 +233,9 @@ interface
cs_assemble_on_target,
{ use a memory model which allows large data structures, e.g. > 2 GB static data on x86-64 targets
this not supported on all OSes }
- cs_large
+ cs_large,
+ { if applicable, the compiler generates an executable in uf2 format }
+ cs_generate_uf2
);
tglobalswitches = set of tglobalswitch;