Now that I look at it, I think there's another typo (in the Cforce-frame-pointer line above) 🙈 Thanks for the fixes!
rebased onto d20932693f7a6488ca91cf4eda5c96d04d9ccb60
This?
diff --git a/macros.d/macros.rust b/macros.d/macros.rust index 9f2dc4f..9967804 100644 --- a/macros.d/macros.rust +++ b/macros.d/macros.rust @@ -29,7 +29,7 @@ # -Copt-level: set optimization level (default: highest optimization level) # -Cdebuginfo: set debuginfo verbosity (default: full debug information) # -Ccodegen-units: set number of parallel code generation units (default: 1) -# Cforce-frame-pointers: force inclusion of frame pointers (default: enabled +# -Cforce-frame-pointers: force inclusion of frame pointers (default: enabled # on x86_64 and aarch64 on Fedora 37+) # # Additionally, some linker flags are set which correspond to the default
Yes, exactly ... could you add this to this PR while you're at it? I'm not at my PC right now, I can only push the "merge" button on the web UI :)
rebased onto b9d6410bec50c3dfb9433fa5dc51efda1652299b
I fixed it in the latest force push. Feel free to merge this whenever :).
Awesome. Thanks!
Pull-Request has been merged by decathorpe