From 6a2f4d29c465b9d4f5f3eed9f47223ecdfa7ee2e Mon Sep 17 00:00:00 2001 From: araq Date: Fri, 7 Nov 2025 15:52:00 +0100 Subject: [PATCH] wip --- compiler/options.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/options.nim b/compiler/options.nim index 7bc7d403c8..b9afa5903e 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -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]