diff options
author | Evangelos Foutras | 2023-01-15 09:19:19 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-15 09:19:19 +0000 |
commit | 41eb0acd9ca80d8134b3a1b4be5321f2c51a439f (patch) | |
tree | 479e3df947074744d9b08eb17bbd89ba2c970982 /PKGBUILD | |
parent | 29ae97dd807e3797e1cd838b5d4acc1a0508ac92 (diff) | |
download | aur-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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |