mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 22:35:43 +08:00
557e77a676
- Add SUBRK and DIVRK bytecode instructions - Enables future performance optimizations Miscellaneous - Small performance improvements to new non-strict mode - Introduce more scripts for fuzzing - Improcements to dataflow analysis
13 lines
405 B
Diff
13 lines
405 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 4805c82..9f0df5c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -149,7 +149,6 @@ add_subdirectory(src)
|
|
|
|
if (NOT "${LIB_PROTO_MUTATOR_FUZZER_LIBRARIES}" STREQUAL "" OR
|
|
NOT "${FUZZING_FLAGS}" STREQUAL "")
|
|
- add_subdirectory(examples EXCLUDE_FROM_ALL)
|
|
endif()
|
|
|
|
install(EXPORT libprotobuf-mutatorTargets FILE libprotobuf-mutatorTargets.cmake
|