Skip to content

Commit

Permalink
Merge pull request #46 from zama-ai/add-rust-flags
Browse files Browse the repository at this point in the history
Add empty rust flags for portable executable
  • Loading branch information
leventdem authored Dec 20, 2023
2 parents 72aa011 + fde9a05 commit cb6c42e
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 @@ -8,7 +8,7 @@ test: build-tfhe-rs-capi

.PHONY: build-tfhe-rs-capi
build-tfhe-rs-capi:
cd tfhe-rs && make build_c_api_experimental_deterministic_fft \
cd tfhe-rs && RUSTFLAGS="" make build_c_api_experimental_deterministic_fft \
&& cd target/release && rm -f *.dylib *.dll *.so

.PHONY: clean
Expand Down

0 comments on commit cb6c42e

Please sign in to comment.