mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
New CPU target for prod libs V2 (#28191)
* New CPU target for prod libs V2 * Build Rust library --------- Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent
7f9305f23c
commit
f5e51835c8
@@ -83,7 +83,7 @@ jobs:
|
||||
cp target/i686-pc-windows-gnu/release/rustlibs.dll ../rustlibs.dll
|
||||
|
||||
# Build the para-specific version
|
||||
RUSTFLAGS='-C target-cpu=raptorlake' cargo build --release --target=i686-pc-windows-gnu
|
||||
RUSTFLAGS='-C target-cpu=znver5' cargo build --release --target=i686-pc-windows-gnu
|
||||
cp target/i686-pc-windows-gnu/release/rustlibs.dll ../rustlibs_prod.dll
|
||||
|
||||
git commit -a -m "Build Rust library" --allow-empty
|
||||
|
||||
Reference in New Issue
Block a user