about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 08:44:45 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 08:48:41 +0100
commitc33de471208bfe62bfae63fb4c6864c79026a8c0 (patch)
tree0eb887ffff487ad9aee066a7572413a45c191431 /Dockerfile
parent643df2b538b06561d5a6d6ae441322167d33f834 (diff)
downloadafl++-c33de471208bfe62bfae63fb4c6864c79026a8c0.tar.gz
enable nyx
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e1616198..50dcd944 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,8 @@ ENV NO_CORESIGHT=1
 ENV NO_NYX=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
-ENV LLVM_VERSION=14
+# Current recommended LLVM version is 16
+ENV LLVM_VERSION=16
 # GCC 12 is producing compile errors for some targets so we stay at GCC 11
 ENV GCC_VERSION=11