Commit 69c3d96
committed
fix: address review comments in CMakeLists.txt
- Remove redundant Chinese comment '# 非 Debug 模式下添加 -O3' (keep English only)
- Fix full-width comma (U+FF0C) to ASCII comma in RELRO note comment
- Remove target_link_options(CGE PRIVATE -fPIE -fPIC -pie): these flags are
inappropriate/redundant for a SHARED library; CMake handles -fPIC automatically1 parent abc8f37 commit 69c3d96
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments