Date: Monday, January 3, 2022 @ 22:07:33 Author: arojas Revision: 1092633
Disable assertions (FS#73202) Modified: mame/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-03 22:07:05 UTC (rev 1092632) +++ PKGBUILD 2022-01-03 22:07:33 UTC (rev 1092633) @@ -6,7 +6,7 @@ pkgbase=mame pkgname=(mame mame-tools) pkgver=0.239 -pkgrel=1 +pkgrel=2 pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support' url='https://mamedev.org/' license=(GPL2) @@ -34,6 +34,8 @@ export CFLAGS+=" -I/usr/include/lua5.3/" export CXXFLAGS+=" -I/usr/include/lua5.3/" + export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS" # FS#73202 + # Hack to force linking to lua5.3 mkdir lib ln -s /usr/lib/liblua5.3.so lib/liblua.so @@ -40,6 +42,7 @@ export LDFLAGS+=" -L${PWD}/lib" make \ + VERBOSE=1 \ NOWERROR=1 \ OPTIMIZE=2 \ TOOLS=1 \
