summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEvangelos Foutras2023-01-15 09:19:19 +0000
committerEvangelos Foutras2023-01-15 09:19:19 +0000
commit41eb0acd9ca80d8134b3a1b4be5321f2c51a439f (patch)
tree479e3df947074744d9b08eb17bbd89ba2c970982 /PKGBUILD
parent29ae97dd807e3797e1cd838b5d4acc1a0508ac92 (diff)
downloadaur-41eb0acd9ca80d8134b3a1b4be5321f2c51a439f.tar.gz
Drop last few remaining 'debug' options from trunk
devtools 20230105-1 enables the debug option by default.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b05f407fb79..07988d1fdc2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ if [[ ${_use_suffix} == 0 ]]; then
provides=("electron${_major_ver}")
fi
# shellcheck disable=SC2034
-options=('debug' '!lto') # Electron adds its own flags for ThinLTO
+options=('!lto') # Electron adds its own flags for ThinLTO
# shellcheck disable=SC2034
source=('git+https://github.com/electron/electron.git'
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'