Commit 5eb82d5
committed
Merge bitcoin/bitcoin#28672: build: move
8cfa22a build: move -fstack-reuse=none to CORE_CXXFLAGS (fanquake)
Pull request description:
This is not a hardening specific flag, it should be used at all times, regardless of if hardening is enabled or not. Note that this was still the case here, but having this exist in the hardening flags is confusing, and may lead someone to move it inside one of the `use_hardening` blocks, where it would become unused, with `--disable-hardening`.
Noticed while reviewing hebasto/bitcoin#32 (comment).
ACKs for top commit:
theuni:
ACK 8cfa22a. Agree it's confusing as-is and this better matches the intent.
hebasto:
ACK 8cfa22a
luke-jr:
utACK 8cfa22a
TheCharlatan:
ACK 8cfa22a
Tree-SHA512: 74c3219301398361d06b1ef2257fc9ec18055b1661f8733ee909adefee61e458d70991c32adf0e0450905a7ffbddc99799f5fdac894f4896cfade19f961818df-fstack-reuse=none to CORE_CXXFLAGS1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
474 | 480 | | |
475 | 481 | | |
476 | 482 | | |
| |||
941 | 947 | | |
942 | 948 | | |
943 | 949 | | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | 950 | | |
950 | 951 | | |
951 | 952 | | |
| |||
0 commit comments