Detect if useBitLib flag should be passed to compiler options

This commit is contained in:
Jason Shipman 2025-07-17 10:19:59 -04:00 committed by XeroOl
parent 0817af9488
commit 7b92d6dc2e

View File

@ -376,6 +376,7 @@ identifiers are declared / referenced in which places."
:allowedGlobals allowed-globals
:useMetadata true
:requireAsInclude false
:useBitLib (not ((or _G.loadstring _G.load) "return 1&1"))
: warn
: scope}
filter-errors (fn _filter-errors [component ...]