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

0001-Moving-the-O2-flag-necessary-for-CRC-library-compila.patch...

0001-Moving-the-O2-flag-necessary-for-CRC-library-compila.patch 3cd2aa4a53bda4c89e458f0735d22c52ef201aa4
parent 9b859b73
Branches
Tags
No related merge requests found
......@@ -20,7 +20,8 @@ cmake_minimum_required (VERSION 2.6)
include_directories (${CMAKE_SOURCE_DIR}/tapeserver)
add_library (Utils Regex.cpp)
set_source_files_properties(CRC.cpp PROPERTIES COMPILE_FLAGS -O2)
add_library (Utils Regex.cpp CRC.cpp)
add_library (ctatapeserverutilsunittests SHARED
RegexTest.cpp)
......
......@@ -46,7 +46,6 @@ 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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment