diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-28 16:10:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-28 16:10:37 -0400 |
commit | 1a3e8b7af4834da504bcc2bcb8ff0013a40adc57 (patch) | |
tree | a5e39aadc7be36b866e64b07dd43fa466581baa2 /git-annex.cabal | |
parent | 9d8240b15a32f230d1258273f8d30ee22367911b (diff) |
finish removing fast flag
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index c1135464e..938b45638 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 4.20130227 +Version: 4.20130228 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> @@ -81,9 +81,6 @@ Executable git-annex if flag(Production) GHC-Options: -O2 - if flag(Fast) - GHC-Options: -O0 - if flag(TestSuite) Build-Depends: HUnit CPP-Options: -DWITH_TESTSUITE |