chore: Update compiler flags for security enhancements#418
Merged
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom Feb 2, 2026
Merged
chore: Update compiler flags for security enhancements#418deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
There was a problem hiding this comment.
Sorry @wangrong1069, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Note
详情{
"CMakeLists.txt": [
{
"line": " HOMEPAGE_URL \"https://github.com/linuxdeepin/deepin-editor\"",
"line_number": 8,
"rule": "S35",
"reason": "Url link | 9c6a12da6f"
}
]
} |
As title Log: Update compiler flags for security enhancements Bug: https://pms.uniontech.com/bug-view-342665.html
|
Note
详情{
"CMakeLists.txt": [
{
"line": " HOMEPAGE_URL \"https://github.com/linuxdeepin/deepin-editor\"",
"line_number": 8,
"rule": "S35",
"reason": "Url link | 9c6a12da6f"
}
]
} |
deepin pr auto review这段代码的主要目的是在 Release 模式下为项目添加编译器和链接器的"加固"(Hardening)选项,以增强程序的安全性和稳定性。整体逻辑是正确的,但在语法逻辑、代码质量和代码性能/安全方面有一些可以优化的地方。 以下是详细的审查意见和改进建议: 1. 语法逻辑与代码质量1.1.
|
lzwind
approved these changes
Feb 2, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wangrong1069 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As title
Log: Update compiler flags for security enhancements
Bug: https://pms.uniontech.com/bug-view-342665.html