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