Skip to content

CLang Sanitizer support in Makefile #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 12, 2021
Merged

CLang Sanitizer support in Makefile #358

merged 5 commits into from
May 12, 2021

Conversation

rafie
Copy link
Contributor

@rafie rafie commented May 12, 2021

No description provided.

@rafie rafie changed the base branch from feature-search-json to master May 12, 2021 22:55
@rafie rafie changed the base branch from master to feature-search-json May 12, 2021 22:55
@rafie rafie merged commit 2d70666 into feature-search-json May 12, 2021
@rafie rafie deleted the rafi-san1 branch May 12, 2021 23:17
@@ -121,6 +121,7 @@ if [[ ! -z $TEST ]]; then
RLTEST_ARGS+=" -s"
export BB=${BB:-1}
fi
export RUST_BACKTRACE=1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using
RUST_BACKTRACE=full

(If I understand correctly, when RUST_BACKTRACE=1, you also get a hint telling you about full backtrace:

note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants