Skip to content

Commit 2c1e027

Browse files
committed
remove debug output
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
1 parent ffe3973 commit 2c1e027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security-monitor/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build: opensbi_bindings fmt
3131
echo "Generating OpenSBI bindings" ;\
3232
mkdir -p $(SM_WORK_DIR) ; \
3333
rm -f $(SM_WORK_DIR)/$(CHAIN)/release/$(EXEC_NAME); \
34-
RUSTFLAGS='$(RUSTFLAGS)' CARGO_TARGET_DIR=$(SM_WORK_DIR) INSTALL_DIR=$(ACE_DIR) $(CARGO) build $(RELEASE) $(TARGET) --features verbose ; \
34+
RUSTFLAGS='$(RUSTFLAGS)' CARGO_TARGET_DIR=$(SM_WORK_DIR) INSTALL_DIR=$(ACE_DIR) $(CARGO) build $(RELEASE) $(TARGET) ; \
3535
cp $(SM_WORK_DIR)/$(CHAIN)/release/$(EXEC_NAME) $(SM_WORK_DIR)/ ; \
3636
rm -rf $(OPENSBI_WORK_DIR)/
3737

0 commit comments

Comments
 (0)