From f757cdb8ca7dbf787aade20f796e0b6b97e349a8 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 19 Sep 2021 13:53:12 +0800 Subject: [PATCH] add the release flag --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index d7308ac..5f36159 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -./cmakew -B build +./cmakew -B build -DCMAKE_BUILD_TYPE=Release MAKEFLAGS=-j$(nproc) ./cmakew --build build sudo ./cmakew --install build