File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# make CXXFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address USE_MIMALLOC=0
44
5- VERSION = 1.1
5+ VERSION = 1.1.1
66
77PREFIX = /usr/local
88BINDIR = $(PREFIX ) /bin
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sudo dnf install -y git clang cmake openssl-devel xxhash-devel zlib-devel libstd
7272``` shell
7373git clone https://github.com/rui314/mold.git
7474cd mold
75- git checkout v1.1
75+ git checkout v1.1.1
7676make -j$( nproc) CXX=clang++
7777sudo make install
7878```
@@ -90,9 +90,7 @@ directory instead of running `make -j$(nproc)`. The shell script creates a
9090Ubuntu 18.04 Docker image, installs necessary tools and libraries to it,
9191builds mold and auxiliary files, and packs them into a single tar file
9292` mold-$version-$arch-linux.tar.gz ` . You can extract the tar file anywhere
93- and use ` mold ` executable in it. (For v1.1, you may want to apply
94- [ 16bdf400] ( https://github.com/rui314/mold/commit/16bdf4009ac2d3453c3eb311416dec80c81dd468 )
95- to ` dist.sh ` to produce an optimized binary.)
93+ and use ` mold ` executable in it.
9694
9795` make test ` depends on a few more packages. To install, run the following commands:
9896
You can’t perform that action at this time.
0 commit comments