From ce3397f4cc6207dedd217f10febb25f5cd9c0f68 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Sat, 11 Nov 2023 12:34:09 +0000 Subject: [PATCH] Remove commented code --- cargo-afl/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cargo-afl/build.rs b/cargo-afl/build.rs index 1f829ae91..ce57de10f 100644 --- a/cargo-afl/build.rs +++ b/cargo-afl/build.rs @@ -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");