File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10 )
22
3- project (SerializatonTwitterBenchmark) # Name your project
4-
53# Set C++ standard to C++17 or higher if needed
64#set(CMAKE_CXX_STANDARD 23)
75#set(CMAKE_CXX_STANDARD_REQUIRED ON)
@@ -36,6 +34,7 @@ default to Debug. Consider setting CMAKE_BUILD_TYPE.")
3634 endif ()
3735endif ()
3836
37+ # set(CMAKE_OSX_ARCHITECTURES "arm64")
3938
4039# if(CMAKE_BUILD_TYPE STREQUAL "Debug")
4140# set(CMAKE_C_FLAGS_DEBUG "-g -fsanitize=address,undefined -fno-omit-frame-pointer")
@@ -57,6 +56,7 @@ add_executable(SerializationTwitterBenchmark benchmark_serialization_twitter.cpp
5756target_compile_options (SerializationBenchmark PRIVATE -freflection -stdlib=libc++ -std=c++26 )
5857target_compile_options (SerializationTwitterBenchmark PRIVATE -freflection -stdlib=libc++ -std=c++26 )
5958
59+ #find_package(CURL REQUIRED)
6060
6161# Link sanitizers and libraries
6262target_link_libraries (SerializationTwitterBenchmark PRIVATE nlohmann_json::nlohmann_json simdjson::simdjson )
You can’t perform that action at this time.
0 commit comments