Skip to content

Commit

Permalink
LINK_STATICALLY in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Apr 18, 2022
1 parent 069ed13 commit d4f95c0
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 @@ -65,7 +65,7 @@ endif
ifeq (,$(findstring nostrip,$(OSMOSIS_BUILD_OPTIONS)))
ldflags += -w -s
endif
ifeq ($(LEDGER_ENABLED),true)
ifeq ($(LINK_STATICALLY),true)
ldflags += -linkmode=external -extldflags "-L/lib/ -lwasmvm_muslc -Wl,-z,muldefs -static"
endif
ldflags += $(LDFLAGS)
Expand Down

0 comments on commit d4f95c0

Please sign in to comment.