From 71280b89afefcd5a85d98448761e468d3cf62251 Mon Sep 17 00:00:00 2001 From: Alwin Berger Date: Sun, 27 Feb 2022 23:03:10 +0100 Subject: [PATCH] add multicore feature --- fuzzers/wcet_qemu_sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzzers/wcet_qemu_sys/Cargo.toml b/fuzzers/wcet_qemu_sys/Cargo.toml index 1f69ba6957..da6876e87e 100644 --- a/fuzzers/wcet_qemu_sys/Cargo.toml +++ b/fuzzers/wcet_qemu_sys/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [features] default = ["std"] std = [] +multicore = [] [profile.release] debug = true