Skip to content

Commit

Permalink
printing on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Aug 10, 2023
1 parent 7dd8092 commit 56c9143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ else ifeq (rocksdb,$(findstring rocksdb,$(LAVA_BUILD_OPTIONS)))
endif

ifeq (release,$(findstring release,$(LAVA_BUILD_OPTIONS)))
$(info Building With Production Flag)
ldflags += -X github.com/lavanet/lava/utils.ExtendedLogLevel=production
endif

Expand Down

0 comments on commit 56c9143

Please sign in to comment.