Skip to content

Commit

Permalink
Bump mold version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 21, 2021
1 parent 6fa659c commit ec3319b
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 @@ -4,7 +4,7 @@ CXX = clang++
GIT_HASH ?= $(shell [ -d .git ] && git rev-parse HEAD)

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

0 comments on commit ec3319b

Please sign in to comment.