summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2021-04-04 17:34:00 -0700
committerGitHub <noreply@github.com>2021-04-04 17:34:00 -0700
commit15a5156b05981c16ba181fae0e35c50418f86df0 (patch)
tree5040871fe923e50fe639f5d1f1d3228985613d20 /Makefile
parentaa0515b3c808da880942db8658abeaa969534667 (diff)
downloadwabt-15a5156b05981c16ba181fae0e35c50418f86df0.tar.gz
wabt-15a5156b05981c16ba181fae0e35c50418f86df0.tar.bz2
wabt-15a5156b05981c16ba181fae0e35c50418f86df0.zip
Use ninja cmake generator by default (#1146)
I'm tempted to followup by removing the "Unix Makefile" support completely from the top level Makefile (users who really prefer that can still run cmake directly of course).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00476ae2..05194a88 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
MAKEFILE_NAME := $(lastword $(MAKEFILE_LIST))
ROOT_DIR := $(dir $(abspath $(MAKEFILE_NAME)))
-USE_NINJA ?= 0
+USE_NINJA ?= 1
EMSCRIPTEN_DIR ?= $(dir $(shell which emcc))
CMAKE_CMD ?= cmake