sc-machine icon indicating copy to clipboard operation
sc-machine copied to clipboard

Compilers optimization

Open NikitaZotov opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. In the current state of sc-machine Clang and GNU compilers are optimized as o3. See 65th and 73th lines in main CMakeLists.txt set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3"), set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3"). Optimization level can be correctly configured.

NikitaZotov avatar Jun 24 '22 17:06 NikitaZotov