diff options
author | theuni <theuni@svn> | 2010-07-30 01:02:44 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-07-30 01:02:44 +0000 |
commit | 789ea13cc6eb728709ef9073bb8f7b41a70b09fa (patch) | |
tree | bf8eaa2b1a4261a1540869f614adc85d14cbbf1c /tools | |
parent | 47226a076cb25cdc8bafb697df65932ea311032c (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-x | tools/Linux/packaging/debian/rules | 2 |
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 |