aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-12-05 02:48:48 +0800
committermakc <makc@FreeBSD.org>2013-12-05 02:48:48 +0800
commit09f3131092c13ee3de5bcb00c8ad5d3dbd10c2ea (patch)
tree5061d096f918b500469fe8a4783a99b34e561de2 /emulators
parentfbb80f7bf3ced094924d4ffd7fb6177a8e633591 (diff)
downloadfreebsd-ports-gnome-09f3131092c13ee3de5bcb00c8ad5d3dbd10c2ea.tar.gz
freebsd-ports-gnome-09f3131092c13ee3de5bcb00c8ad5d3dbd10c2ea.tar.zst
freebsd-ports-gnome-09f3131092c13ee3de5bcb00c8ad5d3dbd10c2ea.zip
- Respect CMAKE_BUILD_TYPE
Approved by: portmgr (bapt)
Diffstat (limited to 'emulators')
-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