From 5fb8c424b687653614e5ef696c8e72defd47c0ff Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Fri, 7 Mar 2014 11:28:54 -0800 Subject: [PATCH] Add a config file to speed building the test suite --- tests/cabal.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/cabal.config diff --git a/tests/cabal.config b/tests/cabal.config new file mode 100644 index 00000000..28241f09 --- /dev/null +++ b/tests/cabal.config @@ -0,0 +1,7 @@ +-- These flags help to speed up building the test suite. + +documentation: False +executable-profiling: False +executable-stripping: False +flags: developer +library-profiling: False