Zheaoli commented on code in PR #3772:
URL: 
https://github.com/apache/incubator-opendal/pull/3772#discussion_r1430386036


##########
.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:
   Done



-- 
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]

Reply via email to