From 0032cb0f5bf225fa56798418bf1324ce1802bb64 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 9 Feb 2023 09:42:40 +0100 Subject: [PATCH] Turning the buildsystem --- chromium.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chromium.spec b/chromium.spec index 2167efa..a16d31e 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1049,6 +1049,8 @@ sed -i 's|moc|moc-qt5|g' ui/qt/moc_wrapper.py # decode byte 0xe2 in position 474: ordinal not in range(128) export LANG=en_US.UTF-8 +ulimit -n 4096 + # reduce warnings FLAGS=' -Wno-deprecated-declarations -Wno-unknown-warning-option -Wno-unused-command-line-argument' FLAGS+=' -Wno-unused-but-set-variable -Wno-unused-result -Wno-unused-function -Wno-unused-variable'