Xuanwo commented on code in PR #3772:
URL:
https://github.com/apache/incubator-opendal/pull/3772#discussion_r1430378161
##########
.github/actions/setup/action.yaml:
##########
@@ -40,7 +40,7 @@ runs:
run: |
# Disable full debug symbol generation to speed up CI build and keep
memory down
# "1" means line tables only, which is useful for panic tracebacks.
- echo "RUSTFLAGS=-C debuginfo=1" >> $GITHUB_ENV
+ echo "RUSTFLAGS=-C force-frame-pointers=yes -C debuginfo=1" >>
$GITHUB_ENV
Review Comment:
Please attach our discussion link here so that we know why we add this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]