From 7e3dc79d882785c7791f130a98c6dcf6806abf24 Mon Sep 17 00:00:00 2001 From: Alexander McCord Date: Mon, 3 Jun 2024 20:37:12 -0700 Subject: [PATCH] Undo this hack. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0b96278..aba97388 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ if(LUAU_BUILD_WEB) target_link_options(Luau.Web PRIVATE -sSINGLE_FILE=1) endif() -# add_subdirectory(fuzz) +add_subdirectory(fuzz) # validate dependencies for internal libraries foreach(LIB Luau.Ast Luau.Compiler Luau.Config Luau.Analysis Luau.EqSat Luau.CodeGen Luau.VM)