Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 11, 2023
1 parent 785db30 commit ce3397f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cargo-afl/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ fn build_afl(work_dir: &Path, base: Option<&Path>) {
// skip the checks for the legacy x86 afl-gcc compiler
.env("AFL_NO_X86", "1")
// build just the runtime to avoid troubles with Xcode clang on macOS
//.env("NO_BUILD", "1")
.env("DESTDIR", common::afl_dir(base))
.env("PREFIX", "")
.env_remove("DEBUG");
Expand Down

0 comments on commit ce3397f

Please sign in to comment.