diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
commit | 064f57d542699094f5386d4021ab5656bc67d659 (patch) | |
tree | 5061d096f918b500469fe8a4783a99b34e561de2 /emulators/dolphin-emu | |
parent | c617959ef58a474d834596517f12f87c77a9fd3b (diff) | |
download | ports-064f57d542699094f5386d4021ab5656bc67d659.tar.gz ports-064f57d542699094f5386d4021ab5656bc67d659.zip |
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 |
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 |