Turning the buildsystem

This commit is contained in:
Than Ngo 2023-02-06 21:33:51 +01:00
parent 90d7c820b8
commit e7d506d9e3
1 changed files with 1 additions and 1 deletions

View File

@ -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'