Skip to content

Commit 8c51994

Browse files
tokatokaCopilot
andauthored
Update crates/libafl_nyx/build_nyx_support.sh
Co-authored-by: Copilot <[email protected]>
1 parent 289af2b commit 8c51994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/libafl_nyx/build_nyx_support.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if [ ! -f "QEMU-Nyx/x86_64-softmmu/qemu-system-x86_64" ]; then
5454
cd QEMU-Nyx/ || return
5555
# We need to copy our custom `Makefile.libxdc` after `git submodule update`, otherwise we get a git error.
5656
sed -i "s,git submodule update libxdc$,git submodule update libxdc \&\& cp "$SCRIPT_DIR"/Makefile.libxdc ./libxdc/Makefile || exit 1," compile_qemu_nyx.sh
57+
./compile_qemu_nyx.sh lto
5758
cd ..
5859
fi
5960

0 commit comments

Comments
 (0)