diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-08-22 07:37:31 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-08-22 07:37:31 +0000 |
commit | 003c746e297163f59ffe826e4a7575fb0737ef93 (patch) | |
tree | f473dfdcbfe172a80576f23e75448007bd3e238e /HACKING | |
parent | 7adc29e83d11ced8877490f0a12fd8b751b9922a (diff) | |
download | haskell-003c746e297163f59ffe826e4a7575fb0737ef93.tar.gz |
fix typo
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ Full optimisation ----------------- To turn up everything to the max, for running performance tests for -example, try theses: +example, try these: SRC_HC_OPTS = -H64m -O2 GhcLibHcOpts = -O2 |