Skip to content

Commit

Permalink
debug windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarretto committed Feb 9, 2024
1 parent 5558308 commit 5f185bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f185bd

Please sign in to comment.