mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
Enable V2Read flag early
This commit is contained in:
parent
8464a78d43
commit
d189bd9b1a
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
LUAU_FASTFLAGVARIABLE(LuauBytecodeV2Read, false)
|
LUAU_FASTFLAGVARIABLE(LuauBytecodeV2Read, true)
|
||||||
LUAU_FASTFLAGVARIABLE(LuauBytecodeV2Force, false)
|
LUAU_FASTFLAGVARIABLE(LuauBytecodeV2Force, false)
|
||||||
|
|
||||||
// TODO: RAII deallocation doesn't work for longjmp builds if a memory error happens
|
// TODO: RAII deallocation doesn't work for longjmp builds if a memory error happens
|
||||||
|
Loading…
Reference in New Issue
Block a user