Skip to content

Commit

Permalink
Bump mold version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jun 29, 2021
1 parent 782b7f9 commit 9a09c77
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 @@ -6,7 +6,7 @@ GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)

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

0 comments on commit 9a09c77

Please sign in to comment.