[arch-commits] Commit in tinyemu/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 1 13:09:52 UTC 2019


    Date: Monday, April 1, 2019 @ 13:09:52
  Author: arodseth
Revision: 446934

upgpkg: tinyemu 2019_02_10-3

Modified:
  tinyemu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 13:07:10 UTC (rev 446933)
+++ PKGBUILD	2019-04-01 13:09:52 UTC (rev 446934)
@@ -2,7 +2,7 @@
 
 pkgname=tinyemu
 pkgver=2019_02_10
-pkgrel=2
+pkgrel=3
 pkgdesc='RISC-V system emulator'
 arch=(x86_64)
 groups=(risc-v)
@@ -16,7 +16,7 @@
 prepare() {
   local m="$pkgname-${pkgver//_/-}/Makefile"
   setconf "$m" bindir="/usr/bin"
-  setconf "$m" CFLAGS="-O2 -Wall -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -MMD $CFLAGS -w"
+  setconf "$m" CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -MMD $CFLAGS -w"
   setconf "$m" LDFLAGS="$LDFLAGS"
 }
 



More information about the arch-commits mailing list