main/vblade: force our CFLAGS

Without this change the code gets compiled with `-Wall -O2 -g`.
This commit is contained in:
Sören Tempel 2018-09-19 14:35:45 +02:00
parent 846e28748d
commit 0ff38eebac

View File

@ -17,7 +17,7 @@ builddir="$srcdir"/$pkgname-$pkgname-$pkgver
build() {
cd "$builddir"
make
make CFLAGS="$CFLAGS"
}
package() {