removed abi flags, are part of cross compile file now

This commit is contained in:
Robin Müller 2020-12-28 16:49:43 +01:00
parent 1538a39d5b
commit b126149215
1 changed files with 0 additions and 1 deletions

View File

@ -139,5 +139,4 @@ target_include_directories(${LIB_FSFW_NAME} PRIVATE
target_compile_options(${LIB_FSFW_NAME} PRIVATE
${WARNING_FLAGS}
${COMPILER_FLAGS}
${ABI_FLAGS}
)