From 9d67f0ef394e41b82480727cb6ed5726dbd36b82 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Sun, 15 Jan 2023 08:52:32 +0000 Subject: [PATCH] Drop options=(debug)/options=('debug') from trunk devtools 20230105-1 enables the debug option by default. A follow-up commit will remove debug from alongside other options. --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fc9775d..2fed6ac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,6 @@ license=(custom:wxWindows) makedepends=(cmake gst-plugins-base glu webkit2gtk libnotify qt5-base sdl2 libmspack) source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2) sha256sums=('c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66') -options=(debug) build() { cmake -B build-gtk3 -S wxWidgets-$pkgver \