We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782b7f9 commit 9a09c77Copy full SHA for 9a09c77
1 file changed
Makefile
@@ -6,7 +6,7 @@ GIT_HASH = $(shell [ -d .git ] && git rev-parse HEAD)
6
7
CPPFLAGS = -g -Imimalloc/include -pthread -std=c++20 \
8
-Wno-deprecated-volatile \
9
- -DMOLD_VERSION=\"0.1.1\" \
+ -DMOLD_VERSION=\"0.9.1\" \
10
-DGIT_HASH=\"$(GIT_HASH)\" \
11
$(EXTRA_CPPFLAGS)
12
LDFLAGS = $(EXTRA_LDFLAGS)
0 commit comments