This commit is contained in:
araq
2025-11-07 15:52:00 +01:00
parent a866bf2a39
commit 6a2f4d29c4

View File

@@ -111,6 +111,7 @@ type # please make sure we have under 32 options
optShowNonExportedFields # for documentation: show fields that are not exported
optJsBigInt64 # use bigints for 64-bit integers in JS
optItaniumMangle # mangling follows the Itanium spec
optCompress
TGlobalOptions* = set[TGlobalOption]