summaryrefslogtreecommitdiffstats
path: root/core/modules/speedcheck
diff options
context:
space:
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