This is an automated email from the ASF dual-hosted git repository.

ya0guang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new e251608  Ignore rustflags set by the build system when compiling wasm 
payload (#617)
e251608 is described below

commit e25160869c32522a6201ca48fbab96b473fcd897
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Feb 8 11:03:59 2022 -0800

    Ignore rustflags set by the build system when compiling wasm payload (#617)
---
 examples/python/wasm_rust_psi_payload/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/python/wasm_rust_psi_payload/Makefile 
b/examples/python/wasm_rust_psi_payload/Makefile
index 865f23c..34844d1 100755
--- a/examples/python/wasm_rust_psi_payload/Makefile
+++ b/examples/python/wasm_rust_psi_payload/Makefile
@@ -16,7 +16,7 @@
 # under the License.
 
 all:
-       @cargo build --target wasm32-unknown-unknown --release
+       @RUSTFLAGS='' cargo build --target wasm32-unknown-unknown --release
        @wasm-gc 
target/wasm32-unknown-unknown/release/wasm_rust_psi_payload.wasm
 
 clean:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to