From 3b4325fc38e6def5f50405038193cc1e0c3f6b16 Mon Sep 17 00:00:00 2001 From: Bingchang Chen Date: Tue, 7 May 2024 00:50:05 -0700 Subject: [PATCH] default enable spl (#1475) --- core/plugin/PluginRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/PluginRegistry.cpp b/core/plugin/PluginRegistry.cpp index 60fd4560ba..6371c577d3 100644 --- a/core/plugin/PluginRegistry.cpp +++ b/core/plugin/PluginRegistry.cpp @@ -54,7 +54,7 @@ #include "common/Flags.h" -DEFINE_FLAG_BOOL(enable_processor_spl, "", false); +DEFINE_FLAG_BOOL(enable_processor_spl, "", true); using namespace std;