Fix build for Android using clang compiler.
This commit is contained in:
parent
cd7f5e9964
commit
8366af203e
@ -463,7 +463,9 @@ ELSE()
|
|||||||
# '-O0 -gstabs+' helps the currently buggy GDB port
|
# '-O0 -gstabs+' helps the currently buggy GDB port
|
||||||
# Too late to manipulate ENV: SET(ENV{CFLAGS} "$ENV{CFLAGS} -mandroid")
|
# Too late to manipulate ENV: SET(ENV{CFLAGS} "$ENV{CFLAGS} -mandroid")
|
||||||
# Not using _INIT variables, they seem to be used internally only
|
# Not using _INIT variables, they seem to be used internally only
|
||||||
|
IF ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
||||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mandroid")
|
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mandroid")
|
||||||
|
ENDIF()
|
||||||
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -gstabs+")
|
SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -gstabs+")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
Reference in New Issue
Block a user