We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e1dfb commit 8bdb0a4Copy full SHA for 8bdb0a4
app/src/main/cpp/CMakeLists.txt
@@ -1,6 +1,8 @@
1
2
cmake_minimum_required(VERSION 3.4.1)
3
4
+add_link_options("LINKER:--build-id=none")
5
+
6
project (droidVNC-NG C)
7
8
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared Libs" FORCE)
0 commit comments