From 5f185bd5a11f30402816f7a5937e220fc7c3fa4e Mon Sep 17 00:00:00 2001 From: KCarretto Date: Fri, 9 Feb 2024 19:15:28 +0000 Subject: [PATCH] debug windows release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c1df6029..298040742 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,11 +156,11 @@ jobs: working-directory: ./bin/reflective_loader/ run: cargo build --release --target=x86_64-pc-windows-msvc -Z build-std=core,compiler_builtins -Z build-std-features=compiler-builtins-mem - name: 🔨 Build Imix - run: cargo build --bin=imix --release --target=x86_64-pc-windows-msvc + run: cargo build --bin=imix --release --verbose --target=x86_64-pc-windows-msvc working-directory: ./implants/imix env: CARGO_TARGET_DIR: ${{ runner.temp }}/realm_build - RUSTFLAGS: "-C target-feature=+crt-static" + RUSTFLAGS: "-C target-feature=+crt-static -Zincremental-info -Z time-llvm-passes" - name: 🔨 Build Imix (DLL) run: cargo build --lib --release working-directory: ./implants/imix