aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-22 22:51:22 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-22 22:51:22 +0100
commit54892fcc610b9117ee757f1721760694a0298c62 (patch)
tree7521dd11277cb79479ddb1a5e040b8a14e8453e6 /makefile
parent30ed54a5bf6085abfd35592049f60495ebe8d3e0 (diff)
default opts
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e1c3bd6..dacbbe5 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
CM_OPT_CC_FLAGS ?=
CM_OPT_ASSERT_PATH ?= <assert.h>
-CM_OPT_RELEASE ?= 0
+CM_OPT_RELEASE ?= 1
CM_OPT_ENABLE_UBSAN ?= 0
CM_OPT_ENABLE_ASAN ?= 0