summaryrefslogtreecommitdiff
path: root/.cherryci/matrix
diff options
context:
space:
mode:
Diffstat (limited to '.cherryci/matrix')
-rwxr-xr-x.cherryci/matrix6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cherryci/matrix b/.cherryci/matrix
new file mode 100755
index 0000000000..6cb6f71ebb
--- /dev/null
+++ b/.cherryci/matrix
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -e
+
+_CHERRY_LIB_M_GCC_NDEBUG=("CC=gcc" "CFLAGS='${CHERRY_LIB_CFLAGS[*]} ${CHERRY_LIB_CFLAGS_GCC[*]} -O2 -DNDEBUG'")
+CHERRY_MATRIX+=("export ${_CHERRY_LIB_M_GCC_NDEBUG[*]}")