Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Disable linker build-id generation
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 13, 2023
1 parent d0c0251 commit 06dfda4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions realesrgan/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ set(EIGEN_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/eigen")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++14")
set(CMAKE_CXX_STANDARD 14)

# Reproducible builds
add_link_options("LINKER:--hash-style=gnu,--build-id=none")

option(MNN_VULKAN "" ON)
option(MNN_OPENCL "" ON)

Expand Down

0 comments on commit 06dfda4

Please sign in to comment.