aboutsummaryrefslogtreecommitdiff
path: root/emulators/dolphin-emu
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-12-04 18:48:48 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-12-04 18:48:48 +0000
commit064f57d542699094f5386d4021ab5656bc67d659 (patch)
tree5061d096f918b500469fe8a4783a99b34e561de2 /emulators/dolphin-emu
parentc617959ef58a474d834596517f12f87c77a9fd3b (diff)
downloadports-064f57d542699094f5386d4021ab5656bc67d659.tar.gz
ports-064f57d542699094f5386d4021ab5656bc67d659.zip
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r--emulators/dolphin-emu/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index c358b2fbd466..bdf067ac1ded 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -33,7 +33,6 @@ USE_GCC= yes
USES= dos2unix cmake pkgconfig iconv
DOS2UNIX_REGEX= .*\.(h|c|cpp)
-CMAKE_BUILD_TYPE= Release
# Disable ALSA (emulated) and ao (buggy)
CMAKE_ARGS+= -DOPENMP:BOOL=OFF \
-DDISABLE_ALSA:BOOL=ON \
@@ -59,9 +58,6 @@ PLIST_SUB+= NLS="@comment "
.if ${PORT_OPTIONS:MDEBUG}
CMAKE_ARGS+= -DFASTLOG:BOOL=ON
-INSTALL_TARGET= install
-CFLAGS+= -g
-CXXFLAGS+= -g
MAKE_ENV+= VERBOSE=yes
.endif