diff options
author | Dominik Maier <domenukk@gmail.com> | 2022-09-15 18:23:07 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2022-09-15 18:23:07 +0200 |
commit | d61082167968ecdfe267b8d787600fadef912a43 (patch) | |
tree | 4f5e85a88f67fa78affbae045ee9dd8eff278f6c | |
parent | 453d554fb588930bb5a005ee8f899f85ca8d8135 (diff) | |
download | afl++-d61082167968ecdfe267b8d787600fadef912a43.tar.gz |
Re-enabled unicorn for aarch64
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 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 |