finish removing fast flag
This commit is contained in:
parent
843df51f06
commit
8cfbef6a91
2 changed files with 2 additions and 4 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,7 @@ git-annex (4.20130228) UNRELEASED; urgency=low
|
||||||
* Stop depending on testpack.
|
* Stop depending on testpack.
|
||||||
* Android: Enable test suite.
|
* Android: Enable test suite.
|
||||||
* webapp: Only show up to 10 queued transfers.
|
* webapp: Only show up to 10 queued transfers.
|
||||||
|
* Several improvements to Makefile and cabal file. Thanks, Peter Simmons
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400
|
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 4.20130227
|
Version: 4.20130228
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL
|
License: GPL
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
@ -81,9 +81,6 @@ Executable git-annex
|
||||||
if flag(Production)
|
if flag(Production)
|
||||||
GHC-Options: -O2
|
GHC-Options: -O2
|
||||||
|
|
||||||
if flag(Fast)
|
|
||||||
GHC-Options: -O0
|
|
||||||
|
|
||||||
if flag(TestSuite)
|
if flag(TestSuite)
|
||||||
Build-Depends: HUnit
|
Build-Depends: HUnit
|
||||||
CPP-Options: -DWITH_TESTSUITE
|
CPP-Options: -DWITH_TESTSUITE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue