Skip to content

Commit

Permalink
Bump mold version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 15, 2021
1 parent 27f72ac commit ed99248
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 @@ -25,7 +25,7 @@ CFLAGS += $(COMMON_FLAGS)

CXXFLAGS ?= -O2
CXXFLAGS += $(COMMON_FLAGS) -std=c++20 -fno-exceptions
CPPFLAGS += -DMOLD_VERSION=\"0.9.6\" -DLIBDIR="\"$(LIBDIR)\""
CPPFLAGS += -DMOLD_VERSION=\"1.0.0\" -DLIBDIR="\"$(LIBDIR)\""
LIBS = -pthread -lz -lxxhash -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 @@ -63,7 +63,7 @@ sudo dnf install -y git clang-c++ cmake openssl-devel xxhash-devel zlib-devel
```shell
git clone https://github.com/rui314/mold.git
cd mold
git checkout v0.9.6
git checkout v1.0.0
make -j$(nproc)
sudo make install
```
Expand Down

0 comments on commit ed99248

Please sign in to comment.