Skip to content
Snippets Groups Projects
Commit f686aab0 authored by Georgy Kirichenko's avatar Georgy Kirichenko Committed by Roman Tsisyk
Browse files

Use -Ofast for zstd compilation

Speed up zstd as much as possible.
parent a7aae7a2
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ macro(zstd_build)
set_source_files_properties(${zstd_src}
PROPERTIES COMPILE_FLAGS -Wno-implicit-fallthrough)
endif()
set_source_files_properties(${zstd_src}
PROPERTIES COMPILE_FLAGS -Ofast)
add_library(zstd STATIC ${zstd_src})
set(ZSTD_LIBRARIES zstd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment