From 15a5156b05981c16ba181fae0e35c50418f86df0 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sun, 4 Apr 2021 17:34:00 -0700 Subject: 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). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3