Skip to content
Snippets Groups Projects
Commit e298a8ba authored by Julien Leduc's avatar Julien Leduc
Browse files

0001-compile-CRC.cpp-with-O2-flag-to-get-descent-performa.patch...

0001-compile-CRC.cpp-with-O2-flag-to-get-descent-performa.patch a70123fe4a3c915a42ad57b3b656954c9794d96b
parent d05d5170
Branches
Tags
No related merge requests found
......@@ -46,6 +46,8 @@ set (UTILS_LIB_SRC_FILES
../Services.cpp
../Factories.cpp
../System.cpp)
set_source_files_properties(CRC.cpp PROPERTIES COMPILE_FLAGS -O2)
add_library (ctautils ${UTILS_LIB_SRC_FILES})
add_library (ctautilsunittests SHARED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment