We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788e51e commit cc6faddCopy full SHA for cc6fadd
app/src/main/cpp/coverart/CMakeLists.txt
@@ -6,8 +6,8 @@ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -Os -fvisibility=hidden -ffu
6
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -Os -fvisibility=hidden -ffunction-sections -fdata-sections")
7
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -Wl,--gc-sections -Wl,--strip-all")
8
9
-# Enable LTO for release builds
10
-set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON)
+# Disable LTO - causes linker issues with gold on CI
+# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ON)
11
12
# Build Bento4 as static library
13
set(BUILD_APPS OFF CACHE BOOL "" FORCE)
0 commit comments