Merge pull request #269 from carlhoerberg/build-with-mt

Build ameba with MT by default
This commit is contained in:
Vitalii Elenhaupt 2022-05-04 11:23:51 +03:00 committed by GitHub
commit 8a12229116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ CRYSTAL_BIN ?= crystal
SHARDS_BIN ?= shards
PREFIX ?= /usr/local
SHARD_BIN ?= ../../bin
CRFLAGS ?= -Dpreview_mt
build: bin/ameba
bin/ameba: