| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cfbdff7 commit fcaa2c8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -263,7 +263,7 @@ template("node_gn_build") { | |||
| 263 | 263 | ldflags = [ "/OPT:NOICF" ] # link.exe, but also lld-link.exe. | |
| 264 | 264 | } else if (is_apple && !use_lld) { | |
| 265 | 265 | ldflags = [ "-Wl,-no_deduplicate" ] # ld64. | |
| 266 | - } else if (use_gold || use_lld) { | ||
| 266 | + } else if ((!is_apple && use_gold) || use_lld) { | ||
| 267 | 267 | ldflags = [ "-Wl,--icf=none" ] | |
| 268 | 268 | } | |
| 269 | 269 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments