Skip to content

Commit 8bdb0a4

Browse files
authored
Remove build-id
1 parent 19e1dfb commit 8bdb0a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/cpp/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
cmake_minimum_required(VERSION 3.4.1)
33

4+
add_link_options("LINKER:--build-id=none")
5+
46
project (droidVNC-NG C)
57

68
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared Libs" FORCE)

0 commit comments

Comments
 (0)