|
@@ -37,11 +37,6 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i386|i486|i586|i686")
|
|
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
|