Merge pull request #1 from UjuiUjuMandan/patch-1

Set build-id to none
This commit is contained in:
nyne
2024-12-18 12:48:38 +08:00
committed by GitHub

View File

@@ -22,6 +22,8 @@ add_library( # Sets the name of the library.
# Provides a relative path to your source file(s).
${CXX_LIB_DIR}/ffi.cpp )
add_link_options("-Wl,--build-id=none")
# Searches for a specified prebuilt library and stores the path as a
# variable. Because CMake includes system libraries in the search path by
# default, you only need to specify the name of the public NDK library
@@ -44,4 +46,4 @@ target_link_libraries( # Specifies the target library.
quickjs
# Links the target library to the log library
# included in the NDK.
${log-lib} )
${log-lib} )