summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579ce3187045..0dc7aefda354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = moonbit-bin
depends = git
provides = moonbit
conflicts = moonbit
+ options = !debug
source = https://cli.moonbitlang.com/ubuntu_x86/moon
source = https://cli.moonbitlang.com/ubuntu_x86/moonc
source = https://cli.moonbitlang.com/ubuntu_x86/moonfmt
diff --git a/PKGBUILD b/PKGBUILD
index 9c7372f0b2cf..fa8082037a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('unknown')
depends=('glibc' 'gcc-libs' 'git')
provides=("moonbit")
conflicts=("moonbit")
+options=('!debug')
_origin="https://cli.moonbitlang.com"
source=("${_origin}/ubuntu_x86/moon"
"${_origin}/ubuntu_x86/moonc"