Skip to content

Commit

Permalink
[build-only] fixed target for revad-ceph, no debug
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Nov 12, 2024
1 parent fd3cf22 commit d7a0558
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 @@ -61,7 +61,7 @@ cernbox-revad-ceph: cernbox-revad

.PHONY: revad-ceph
revad-ceph:
go build -ldflags "$(BUILD_FLAGS)" -tags ceph -debug -o ./cmd/revad/revad ./cmd/revad/main
go build -ldflags "$(BUILD_FLAGS)" -tags ceph -o ./cmd/revad/revad ./cmd/revad/main

.PHONY: reva
reva:
Expand Down

0 comments on commit d7a0558

Please sign in to comment.