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.
This commit is contained in:
Evangelos Foutras 2023-01-15 08:52:32 +00:00
parent 183921225d
commit 9d67f0ef39
1 changed files with 0 additions and 1 deletions

View File

@ -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 \