From a867388f6400729e2bd881f7f41c69fce130371f Mon Sep 17 00:00:00 2001 From: Mat Date: Fri, 3 Jan 2020 02:45:33 +0200 Subject: Strip debug symbols from Android builds --- android/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 99eada26f..51df60cdc 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -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) -- cgit v1.2.3