diff options
author | Mat <mail@mathias.is> | 2020-01-03 01:45:33 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2020-01-16 16:28:34 +0100 |
commit | a867388f6400729e2bd881f7f41c69fce130371f (patch) | |
tree | a69a7c39acc4ef9593f576939a86612963911386 /android/CMakeLists.txt | |
parent | Blocks are usable in adventure mode (#4464) (diff) | |
download | cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.gz cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.bz2 cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.lz cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.xz cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.zst cuberite-a867388f6400729e2bd881f7f41c69fce130371f.zip |
Diffstat (limited to 'android/CMakeLists.txt')
-rw-r--r-- | android/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |