From e7d506d9e3564ff816d1fa01af65f4657c21f68f Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 6 Feb 2023 21:33:51 +0100 Subject: [PATCH] Turning the buildsystem --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 3081d50..f275fdc 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1180,7 +1180,7 @@ sed -i 's|moc|moc-qt5|g' ui/qt/moc_wrapper.py export LANG=en_US.UTF-8 # Turning the buildsystem up to 11. -ulimit -n 2048 +ulimit -n 4096 # reduce warnings FLAGS=' -Wno-deprecated-declarations -Wno-unknown-warning-option -Wno-unused-command-line-argument'