From bb6d815104cd446d7dcd437b995585ba6956d2bf Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 30 Apr 2009 09:28:45 +0000 Subject: [PATCH] --- pokerth_game.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index b1288da1..9079da99 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -3,8 +3,8 @@ isEmpty( PREFIX ):PREFIX = /usr TEMPLATE = app CODECFORSRC = UTF-8 -#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release -CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug +CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release +#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug # ####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt) # QTPLUGIN += qjpeg qgif @@ -345,7 +345,7 @@ win32 { !win32:DEPENDPATH += src/net/linux/ \ src/core/linux unix:# workaround for problems with boost_filesystem exceptions -QMAKE_LFLAGS += -no_dead_strip_inits_and_terms +#QMAKE_LFLAGS += -no_dead_strip_inits_and_terms unix:!mac { # #### My release static build options # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections