Skip to content
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

Document setting RUSTFLAGS in the readme #21

Open
frewsxcv opened this issue Mar 2, 2017 · 1 comment
Open

Document setting RUSTFLAGS in the readme #21

frewsxcv opened this issue Mar 2, 2017 · 1 comment

Comments

@frewsxcv
Copy link
Member

frewsxcv commented Mar 2, 2017

rust-fuzz/targets#1 (comment)

@Manishearth
Copy link
Member

So you don't always want to set rustflags -- if the code you want fuzzed is in the same crate cargo rustc will work too. But usually you write a separate tiny fuzz script and link to the crate, in which case you need the actual crate to be instrumented.

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

No branches or pull requests

2 participants