Commit 700950cb authored by Simon Morlat's avatar Simon Morlat
Browse files

Remove useless -marm option that creates a compilation error with XCode 16.

No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -122,7 +122,7 @@ set(ARM4_ASM ${ENABLE_ARM4_ASM})
set(ARM5E_ASM ${ENABLE_ARM5E_ASM})
set(ARM_NEON_INTRINSICS ${ENABLE_ARM_NEON_INTRINSICS})
if(ARM_NEON_INTRINSICS)
add_definitions(-marm -DSHORTCUTS)
add_definitions( -DSHORTCUTS)
endif()
set(BFIN_ASM ${ENABLE_BLACKFIN_ASM})
set(TI_C55X ${ENABLE_TI_C55X})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment