1
0
Fork 0

Strip debug symbols from Android builds

This commit is contained in:
Mat 2020-01-03 02:45:33 +02:00 committed by Mattes D
parent 6d938c0e3f
commit a867388f64
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ include_directories(SYSTEM
)
# 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
add_subdirectory(../ Cuberite)