mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mimi: add -O2 arg to polish the performance
This commit is contained in:
parent
add4ac804b
commit
078c5e1b38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue