aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authortheuni <theuni@svn>2010-07-30 01:02:44 +0000
committertheuni <theuni@svn>2010-07-30 01:02:44 +0000
commit789ea13cc6eb728709ef9073bb8f7b41a70b09fa (patch)
treebf8eaa2b1a4261a1540869f614adc85d14cbbf1c /tools
parent47226a076cb25cdc8bafb697df65932ea311032c (diff)
fix ppa by enabling optimizations. also the backtraces may be a tad better, but speed will be much worse. on behalf of elupus.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32330 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/Linux/packaging/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/packaging/debian/rules b/tools/Linux/packaging/debian/rules
index a1e1e43bea..90b3237294 100755
--- a/tools/Linux/packaging/debian/rules
+++ b/tools/Linux/packaging/debian/rules
@@ -30,7 +30,7 @@ XBMC_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
ifeq (yes,$(XBMC_RELEASE))
XBMC_CONFIG_OPTIONS += --disable-debug --enable-optimizations
else
- XBMC_CONFIG_OPTIONS += --enable-debug --disable-optimizations
+ XBMC_CONFIG_OPTIONS += --enable-debug
endif
# Ubuntu or Debian specific options