Skip to content

Commit

Permalink
fix: use LLVM codegen backend
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Dec 20, 2023
1 parent bbacad9 commit ebc2b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ configure: ## Configure Rust
cd rust && ./configure \
--enable-option-checking \
--enable-verbose-tests \
--codegen-backends=llvm \
--enable-codegen-tests \
--enable-dist-src \
--tools=${RUST_TOOLS} \
Expand Down Expand Up @@ -81,7 +82,6 @@ configure-with-llvm: ## Configure Rust and LLVM
--set build.verbose=${RUST_VERBOSE} \
--set rust.channel=${RUST_CHANNEL} \
--set rust.description=${RUST_DESCRIPTION} \
--set rust.use-lld=${RUST_USE_LLD} \
--set rust.omit-git-hash=true \
--dist-compression-formats=${RUST_DIST_FORMATS} \
--prefix=${RUST_INSTALL_DIR}
Expand Down

0 comments on commit ebc2b09

Please sign in to comment.