Fix libafl_cc (#1295)

* push

* fix
This commit is contained in:
Dongjia "toka" Zhang 2023-05-24 18:44:13 +02:00 committed by GitHub
parent 53dd6c6be6
commit 594ce420fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ impl CompilerWrapper for ClangWrapper {
new_args.push("dynamic_lookup".into());
}
self.base_args = new_args;
self.base_args.extend(new_args);
Ok(self)
}