Skip to content

Commit

Permalink
Add empty rust flags for portable executable
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk authored and leventdem committed Dec 21, 2023
1 parent 8ad3dfe commit 4c437db
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 4c437db

Please sign in to comment.