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 23e1d51 commit f635ab9Copy full SHA for f635ab9
product-mini/platforms/android/CMakeLists.txt
@@ -105,6 +105,8 @@ set (WAMR_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../..)
105
106
include (${WAMR_ROOT_DIR}/build-scripts/runtime_lib.cmake)
107
108
+add_library(vmlib ${WAMR_RUNTIME_LIB_SOURCE})
109
+
110
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--gc-sections -pie -fPIE")
111
112
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wformat -Wformat-security")
0 commit comments