about summary refs log tree commit diff
path: root/nyx_mode/build_nyx_support.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-21 08:51:29 +0100
committerGitHub <noreply@github.com>2022-01-21 08:51:29 +0100
commit5933e787f90819b467658b63977b1dc472acad29 (patch)
tree2fec687da836de4c4604ddefa6bda579a256c3c6 /nyx_mode/build_nyx_support.sh
parenta9d549ca073ca3fc37b63c1fa454c575bba174b9 (diff)
parent6ce736aa913363647760d088ef0cb3610a765ff4 (diff)
downloadafl++-5933e787f90819b467658b63977b1dc472acad29.tar.gz
Merge pull request #1300 from schumilo/dev
add Nyx LTO support (and some other improvements)
Diffstat (limited to 'nyx_mode/build_nyx_support.sh')
-rwxr-xr-xnyx_mode/build_nyx_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index 8626342d..b6c1d54e 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -53,7 +53,7 @@ fi
 echo "[*] Checking QEMU-Nyx ..."
 if [ ! -f "QEMU-Nyx/x86_64-softmmu/qemu-system-x86_64" ]; then
     cd QEMU-Nyx/
-    ./compile_qemu_nyx.sh || exit 1
+    ./compile_qemu_nyx.sh static || exit 1
     cd ..
 fi