diff options
author | Evangelos Foutras | 2023-01-15 09:06:14 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-15 09:06:14 +0000 |
commit | a0605eac43b51046f1a307281a53d18544b047bc (patch) | |
tree | 6e27f64f7d0947715e4c9dd46ba764c19dde6f83 | |
parent | 5cb4c6f7defd1ee7f67a28b6049c2d7315fddb07 (diff) | |
download | aur-a0605eac43b51046f1a307281a53d18544b047bc.tar.gz |
Drop last few remaining 'debug' options from trunk
devtools 20230105-1 enables the debug option by default.
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland' 'qt5-base: enable Qt5 with --enable-features=AllowQt' 'org.freedesktop.secrets: password storage backend on GNOME / Xfce' 'kwallet: support for storing passwords in KWallet on Plasma') -options=('debug' '!lto') # Chromium adds its own flags for ThinLTO +options=('!lto') # Chromium adds its own flags for ThinLTO source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz |