Skip to content

Commit

Permalink
revert to vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Nov 8, 2024
1 parent c0f1cad commit 594cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export DO_STARTUP_NOTIFY="false"
unset https_proxy http_proxy
export RELEASE_VERSION=%{version}
export ZED_UPDATE_EXPLANATION="Please use the swupd or cf-zed-updater to update zed."
export RUSTFLAGS="$RUSTFLAGS -C target-cpu=westmere -C target-feature=+avx,+fma,+avx2 -C opt-level=3 -C codegen-units=1 -C panic=abort -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib --cfg gles "
export RUSTFLAGS="$RUSTFLAGS -C target-cpu=westmere -C target-feature=+avx,+fma,+avx2 -C opt-level=3 -C codegen-units=1 -C panic=abort -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib "
# --cfg gles <= doesn't works, saved for the future
cargo build --release --package zed --package cli
strip target/release/zed target/release/cli
Expand Down

0 comments on commit 594cc9e

Please sign in to comment.