Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
speex
Commits
700950cb
Commit
700950cb
authored
4 months ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
Remove useless -marm option that creates a compilation error with XCode 16.
parent
f775510e
linphone
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
700950cb
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets