Skip to content

Commit

Permalink
Bump mold version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 31, 2021
1 parent f0874f1 commit cb2b4b8
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 @@ -26,7 +26,7 @@ CFLAGS += $(COMMON_FLAGS)

CXXFLAGS ?= -O2
CXXFLAGS += $(COMMON_FLAGS) -std=c++20 -fno-exceptions
CPPFLAGS += -DMOLD_VERSION=\"1.0.0\" -DLIBDIR="\"$(LIBDIR)\""
CPPFLAGS += -DMOLD_VERSION=\"1.0.1\" -DLIBDIR="\"$(LIBDIR)\""
LIBS = -pthread -lz -ldl -lm

SRCS=$(wildcard *.cc elf/*.cc macho/*.cc)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sudo dnf install -y git clang cmake openssl-devel xxhash-devel zlib-devel libstd
```shell
git clone https://github.com/rui314/mold.git
cd mold
git checkout v1.0.0
git checkout v1.0.1
make -j$(nproc)
sudo make install
```
Expand Down

0 comments on commit cb2b4b8

Please sign in to comment.