mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
benchmarks functions replaced with lambdas
This commit is contained in:
committed by
Konstantinos Margaritis
parent
cf1d72745c
commit
d7e9d2d915
@@ -1,4 +1,4 @@
|
||||
add_executable(benchmarks benchmarks.cpp shufti.cpp truffle.cpp noodle.cpp)
|
||||
set_source_files_properties(shufti.cpp PROPERTIES COMPILE_FLAGS
|
||||
add_executable(benchmarks benchmarks.cpp noodle.cpp)
|
||||
set_source_files_properties(benchmarks.cpp PROPERTIES COMPILE_FLAGS
|
||||
"-Wall -Wno-unused-variable")
|
||||
target_link_libraries(benchmarks hs)
|
||||
Reference in New Issue
Block a user