From eb5c9369001af9ecf10c4ae8bbabbefc75b2c5d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sat, 9 Nov 2024 00:29:54 -0500
Subject: [PATCH] Ok, we need RELEASE=1 or things break.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acafbc3980..3a44e2dc00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ include:
       platform: 'aarch64'
       tagname: 'macOS-aarch64'
       gnu_make: 'make'
-      build_flags: ''
+      build_flags: 'RELEASE=1'
 
 smoketest-jsexec-linux:
   tags: [Linux]
-- 
GitLab