|
@@ -13,11 +13,6 @@ if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
|
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
|
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
|
target_compile_definitions(common INTERFACE CC_GCC_LIKE_ASM)
|
|
target_compile_definitions(common INTERFACE CC_GCC_LIKE_ASM)
|
|
|
|
|
|
- target_compile_options(
|
|
|
|
- common INTERFACE -O0
|
|
|
|
- # <$<$<BOOL:${PROFILE}>:-pg>
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
target_compile_options(
|
|
target_compile_options(
|
|
common
|
|
common
|
|
INTERFACE -Wall -funroll-loops -Wcast-align
|
|
INTERFACE -Wall -funroll-loops -Wcast-align
|