Skip to content
Snippets Groups Projects
Commit 9d2d89e6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent c6cc1ce3
No related branches found
No related tags found
No related merge requests found
......@@ -813,8 +813,8 @@ if( ARMEABI OR ARMEABI_V7A )
# It is recommended to use the -mthumb compiler flag to force the generation
# of 16-bit Thumb-1 instructions (the default being 32-bit ARM ones).
# O3 instead of O2/Os in release mode - like cmake sets for desktop gcc
set( _CMAKE_CXX_FLAGS_RELEASE "-mthumb -O2 -g" )
set( _CMAKE_C_FLAGS_RELEASE "-mthumb -O2 -g" )
set( _CMAKE_CXX_FLAGS_RELEASE "-mthumb -O2" ) # -g
set( _CMAKE_C_FLAGS_RELEASE "-mthumb -O2" ) # -g
set( _CMAKE_CXX_FLAGS_DEBUG "-marm -Os -finline-limit=64" )
set( _CMAKE_C_FLAGS_DEBUG "-marm -Os -finline-limit=64" )
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment