mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
[DNM] Some absolute insanity performance hacks (#27204)
* Some absolute insanity performance hacks * Ok NOW its getting weird * Adds a way of verifying if this is working * Lets see how this goes * 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
a08dd177ba
commit
e1544141dd
@@ -82,6 +82,10 @@ jobs:
|
||||
cp target/i686-unknown-linux-gnu/release/librustlibs.so ../tools/ci/librustlibs_ci.so
|
||||
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
|
||||
cp target/i686-pc-windows-gnu/release/rustlibs.dll ../rustlibs_prod.dll
|
||||
|
||||
git commit -a -m "Build Rust library" --allow-empty
|
||||
git push origin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user