Date: Sunday, January 15, 2023 @ 16:12:03
Author: archange
Revision: 1383633
Remove default debug again
Modified:
electron/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-15 16:10:46 UTC (rev 1383632)
+++ PKGBUILD 2023-01-15 16:12:03 UTC (rev 1383633)
@@ -44,7 +44,7 @@
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'