mimi: add -O2 arg to polish the performance

This commit is contained in:
Guoyi Zhang 2024-07-04 18:46:16 +10:00
parent add4ac804b
commit 078c5e1b38

View file

@ -12,7 +12,7 @@ source=(https://github.com/starsareintherose/MiMi/archive/refs/tags/${pkgver}.ta
sha256sums=('66d179a7c82110f094cc414d4860601b8c28434875a30c05ec3841df52e086d1')
build() {
cd "$_pkgname-$pkgver"
g++ main.cpp -o $pkgname
g++ main.cpp -o $pkgname -O2
}