mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Build ameba with MT by default
The speed up is considerable.
This commit is contained in:
parent
f0bf89f85f
commit
ff97ec33f6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -2,6 +2,7 @@ CRYSTAL_BIN ?= crystal
|
||||||
SHARDS_BIN ?= shards
|
SHARDS_BIN ?= shards
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
SHARD_BIN ?= ../../bin
|
SHARD_BIN ?= ../../bin
|
||||||
|
CRFLAGS ?= -Dpreview_mt
|
||||||
|
|
||||||
build: bin/ameba
|
build: bin/ameba
|
||||||
bin/ameba:
|
bin/ameba:
|
||||||
|
|
Loading…
Reference in a new issue