Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6317
Modified Files:
mame.spec
Log Message:
Added SYMLEVEL=1 to reduce memory consumption even further
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- mame.spec 12 Jul 2015 08:34:41 -0000 1.112
+++ mame.spec 12 Jul 2015 19:42:45 -0000 1.113
@@ -191,7 +191,8 @@
%endif
%if %{with lowmem}
-MAME_FLAGS="$MAME_FLAGS LDOPTS=-Wl,--no-keep-memory,--reduce-memory-overheads"
+MAME_FLAGS="$MAME_FLAGS LDOPTS=-Wl,--no-keep-memory,--reduce-memory-overheads \
+ SYMLEVEL=1"
%endif
#only use assembly on supported architectures