From e4629bf97bbda1533457745f6293a625cdd66543 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Mon, 12 Jul 2021 20:49:27 +0200 Subject: [PATCH] Disable optimizations to speedup build process --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 5896c47..b8e89d4 100644 --- a/.build.yml +++ b/.build.yml @@ -34,6 +34,8 @@ tasks: cd .. git clone https://aur.archlinux.org/python37.git cd python37 + # disable optimizations to speedup build process + sed -i '/enable-optimizations/d' PKGBUILD makepkg --noconfirm -si --skippgpcheck - setup_venv: | cd OOMAnalyser