Skip to content

Commit

Permalink
Bump mold version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Sep 27, 2021
1 parent d7412d6 commit e390a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT_HASH ?= $(shell [ -d .git ] && git rev-parse HEAD)
OS ?= $(shell uname -s)

CPPFLAGS = -g -pthread -std=c++20 -fPIE \
-DMOLD_VERSION=\"0.9.5\" \
-DMOLD_VERSION=\"0.9.6\" \
-DGIT_HASH=\"$(GIT_HASH)\" \
$(EXTRA_CPPFLAGS)
LDFLAGS += $(EXTRA_LDFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ environment, you can build mold by the following commands.
$ sudo apt-get install build-essential libstdc++-10-dev cmake clang libssl-dev zlib1g-dev libxxhash-dev git
$ git clone https://github.com/rui314/mold.git
$ cd mold
$ git checkout v0.9.5
$ git checkout v0.9.6
$ make
```

Expand Down

0 comments on commit e390a70

Please sign in to comment.