From d61082167968ecdfe267b8d787600fadef912a43 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 15 Sep 2022 18:23:07 +0200 Subject: [PATCH] Re-enabled unicorn for aarch64 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71223c1a..2ac37370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ LABEL "about"="AFLplusplus container image" ENV NO_CORESIGHT=1 # Possbile but unlikely in a docker container ENV NO_NYX=1 -# Unicorn issues on ARM64 -ENV NO_UNICORN_ARM64=1 ### Only change these if you know what you are doing: # LLVM 15 does not look good so we stay at 14 to still have LTO