diff options
author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2007-05-01 05:37:19 +0000 |
---|---|---|
committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2007-05-01 05:37:19 +0000 |
commit | 3c506a6cb7a260a93f0ac272a6a3612c5586a5e1 (patch) | |
tree | ebfeeb481d6c31fb00c1bab1361243198f1d1e68 /README | |
parent | 0eef3f31e57ab863792f68937889ef25e6257f08 (diff) | |
download | haskell-3c506a6cb7a260a93f0ac272a6a3612c5586a5e1.tar.gz |
Remove references to -fticky-ticky flag
-ticky is the command-line flag for ticky-ticky profiling now, but
internally, the -fticky-ticky flag was used to represent whether ticky
was on. This led to link errors if the user supplied -fticky-ticky but
not -ticky (ticky code would be generated but the wrong RTS library
would be passed to the linker). I removed references to -fticky-ticky
-- now, only the way flags dictate whether ticky is on, and
-fticky-ticky is no longer accepted as a command-line option.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions