From 1a6c940ed9d7f6136da0e13148314072665342c5 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 10 May 2011 22:28:58 +0200 Subject: - refactorized audio once more: audio is now a plugin which gets loaded at runtime - thus server has no dependency to phonon any more - remove client dependency to qtnetwork - fix enet deinitialization on windows --- pacman-c++/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman-c++/rebuild.sh') diff --git a/pacman-c++/rebuild.sh b/pacman-c++/rebuild.sh index 01454ed..2f18663 100755 --- a/pacman-c++/rebuild.sh +++ b/pacman-c++/rebuild.sh @@ -2,5 +2,5 @@ mkdir -p build cd build #make distclean -qmake CONFIG+=debug ../pacman.pro +qmake CONFIG+=release ../pacman.pro make -j2 -- cgit v1.2.3