ekmett / tables

Deprecated because of
https://github.com/ekmett/tables/issues/15
Other
78 stars 13 forks source link

Add flag descriptions #20

Closed ghost closed 10 years ago

ghost commented 10 years ago

Add descriptions for:

flag test-properties flag transformers2

ekmett commented 10 years ago

transformers2 is set by the build system automatically when forced to by the build configuration to enable us to use old versions of transformers. Users should never care about the existence of this option,.

test-properties enables the properties test-suite. By default it is on, but if you wanted to skip it you could build with -f-test-properties for build speed while testing other things.

ekmett commented 10 years ago

Closed by #21