Commit a5ea8b0
committed
Enable CPP per module in tests
This is workaround for problem of benchmarking build time.
When package is compiled with GHC flags `-ddump-timings -ddump-to-file`
*.dump-timings files corresponding to modules with enabled CPP gets overwritten
at link time.
Timing for Utilities still get lost but its contribution is small anyway
and we're able to keep timings for other modules
Note that libraries are not affected by this problem.1 parent e6660a7 commit a5ea8b0
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments