summaryrefslogtreecommitdiffstats
path: root/core/modules/speedcheck
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-23 10:56:37 +0200
committerSimon Rettberg2022-06-23 10:56:37 +0200
commitc47e36ba8cb2cf0eb14ab703bfaf44c02ac328d9 (patch)
tree3b4949523ab6fc6a3c25fbcc9c5ab0c7599f67ea /core/modules/speedcheck
parent[speedcheck] Support new --console mode (diff)
downloadmltk-c47e36ba8cb2cf0eb14ab703bfaf44c02ac328d9.tar.gz
mltk-c47e36ba8cb2cf0eb14ab703bfaf44c02ac328d9.tar.xz
mltk-c47e36ba8cb2cf0eb14ab703bfaf44c02ac328d9.zip
[speedcheck] Build in release mode
Diffstat (limited to 'core/modules/speedcheck')
-rw-r--r--core/modules/speedcheck/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/speedcheck/module.build b/core/modules/speedcheck/module.build
index 787047fc..d149e589 100644
--- a/core/modules/speedcheck/module.build
+++ b/core/modules/speedcheck/module.build
@@ -12,7 +12,7 @@ build() {
pinfo "Running cmake"
- cmake "$SRCDIR" || perror "'cmake $SRCDIR' failed."
+ cmake -DCMAKE_BUILD_TYPE=Release "$SRCDIR" || perror "'cmake $SRCDIR' failed."
make || perror "'make' failed."
cd - > /dev/null