Strip debug symbols from Android builds
This commit is contained in:
parent
6d938c0e3f
commit
a867388f64
@ -22,7 +22,7 @@ include_directories(SYSTEM
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Disable some compiler warnings (the lazy way out)
|
# Disable some compiler warnings (the lazy way out)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-double-promotion -Wno-sign-conversion")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-double-promotion -Wno-sign-conversion -Wno-unused-command-line-argument -s")
|
||||||
|
|
||||||
# Build the rest of the server
|
# Build the rest of the server
|
||||||
add_subdirectory(../ Cuberite)
|
add_subdirectory(../ Cuberite)
|
||||||
|
Loading…
Reference in New Issue
Block a user