diff options
Diffstat (limited to 'games/bsnes/bsnes.SlackBuild')
-rw-r--r-- | games/bsnes/bsnes.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/bsnes/bsnes.SlackBuild b/games/bsnes/bsnes.SlackBuild index cfde6e25e0..3c5bc2d16d 100644 --- a/games/bsnes/bsnes.SlackBuild +++ b/games/bsnes/bsnes.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=bsnes -VERSION=${VERSION:-0.079} +VERSION=${VERSION:-0.080} SRCVER=${VERSION:2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,9 +80,8 @@ fi # Determine which mode to build bsnes. # Possible values for PROFILE are accuracy, compatibility, and performance. -PROFILE=${PROFILE:-accuracy} +PROFILE=${PROFILE:-compatibility} -# Determine which mode for profile in compatibility performance accuracy; do CXXFLAGS="$SLKCFLAGS" \ make \ platform=x \ |