From 4c437dbc41cc34c94a71145fc0ed271f4260759a Mon Sep 17 00:00:00 2001 From: David Date: Wed, 20 Dec 2023 14:02:58 +0800 Subject: [PATCH] Add empty rust flags for portable executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8859d8..d83dff6 100644 --- a/Makefile +++ b/Makefile @@ -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