Skip to content

Commit

Permalink
Bump mold version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 12, 2021
1 parent dd116fb commit 6695c49
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 @@ -5,7 +5,7 @@ GIT_HASH ?= $(shell [ -d .git ] && git rev-parse HEAD)

CPPFLAGS = -g -Imimalloc/include -pthread -std=c++20 \
-Wno-deprecated-volatile \
-DMOLD_VERSION=\"0.9.1\" \
-DMOLD_VERSION=\"0.9.2\" \
-DGIT_HASH=\"$(GIT_HASH)\" \
$(EXTRA_CPPFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)
Expand Down

0 comments on commit 6695c49

Please sign in to comment.