You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/02/08 06:49:40 UTC

[GitHub] [incubator-teaclave] mssun commented on a change in pull request #617: Ignore rustflags set by the build system when compiling wasm payload

mssun commented on a change in pull request #617:
URL: https://github.com/apache/incubator-teaclave/pull/617#discussion_r801311684



##########
File path: 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

Review comment:
       Good suggestion. Updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org