Skip to content

Commit 73f1aa4

Browse files
committedFeb 29, 2024
Merge branch 'master' into develop
2 parents 3ed3e2b + 32f9251 commit 73f1aa4

File tree

369 files changed

+10894
-2626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

369 files changed

+10894
-2626
lines changed
 

‎cmake/Env.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ ob_define(THIN_LTO_OPT "")
6262
ob_define(THIN_LTO_CONCURRENCY_LINK "")
6363

6464
if(ENABLE_THIN_LTO)
65-
set(THIN_LTO_OPT "-flto=thin -fwhole-program-vtables")
66-
set(THIN_LTO_CONCURRENCY_LINK "-Wl,--thinlto-jobs=${LTO_JOBS},--lto-whole-program-visibility")
65+
set(THIN_LTO_OPT "-flto=thin")
66+
set(THIN_LTO_CONCURRENCY_LINK "-Wl,--thinlto-jobs=${LTO_JOBS}")
6767
endif()
6868

6969
set(ob_close_modules_static_name "")

‎deps/init/oceanbase.el7.aarch64.deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ obdevtools-llvm-11.0.1-312022092921.el7.aarch64.rpm
4343
[tools-deps]
4444
devdeps-oblogmsg-1.0-52022113019.el7.aarch64.rpm
4545
devdeps-rocksdb-6.22.1.1-52022100420.el7.aarch64.rpm
46-
obshell-4.2.2.0-112024013121.el7.aarch64.rpm target=community
46+
obshell-4.2.2.0-122024022614.el7.aarch64.rpm target=community
4747

4848
[test-utils]
4949
ob-deploy-2.3.0-4.el7.aarch64.rpm target=community

0 commit comments

Comments
 (0)
Failed to load comments.