Skip to content

Commit

Permalink
Merge pull request #34 from Starry-OS/guoweikang/force_frame_p
Browse files Browse the repository at this point in the history
Add backtrace support for #32
  • Loading branch information
Azure-stars authored Aug 19, 2024
2 parents 173466f + a054c62 commit 7d38cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make/cargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_args := \
$(build_args-$(MODE)) \
$(verbose)

RUSTFLAGS := -C link-arg=-T$(LD_SCRIPT) -C link-arg=-no-pie
RUSTFLAGS := -C link-arg=-T$(LD_SCRIPT) -C link-arg=-no-pie -C force-frame-pointers=yes
RUSTDOCFLAGS := --enable-index-page -Zunstable-options -D rustdoc::broken_intra_doc_links

ifeq ($(MAKECMDGOALS), doc_check_missing)
Expand Down

0 comments on commit 7d38cd3

Please sign in to comment.