aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2022-11-24 20:40:03 +0300
committerdcherednik <dcherednik@ydb.tech>2022-11-24 20:40:03 +0300
commit9a28fc6098ca9969937e9e6b9ef5ecb7b973d90b (patch)
treed2b9c8bc40628f3bb00a2bf4456928b46710f12b
parent0c96f4daac274910e189aac1c9f1bfa7f9c7add0 (diff)
downloadydb-9a28fc6098ca9969937e9e6b9ef5ecb7b973d90b.tar.gz
Use flat table driven FSM on x86_64 only.
-rw-r--r--library/cpp/http/fetch/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/CMakeLists.txt b/library/cpp/http/fetch/CMakeLists.txt
index 61b175c005..eb8cdf251a 100644
--- a/library/cpp/http/fetch/CMakeLists.txt
+++ b/library/cpp/http/fetch/CMakeLists.txt
@@ -36,5 +36,5 @@ generate_enum_serilization(cpp-http-fetch
target_ragel_lexers(cpp-http-fetch
PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/http/fetch/httpfsm.rl6
- -CF1
+ -CG1
)