diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-29 15:35:20 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-29 15:35:20 -0500 |
commit | 08f65eeadc288ecde4b8fb281e477958c8ae7cd5 (patch) | |
tree | d16320cdc4a6b9b5c475dc83106368a81362ca3e /acprep | |
parent | ef7cab0830637828334fae0a9ad37d20f8e75176 (diff) | |
download | fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.gz fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.tar.bz2 fork-ledger-08f65eeadc288ecde4b8fb281e477958c8ae7cd5.zip |
Allow serialization to be enabled again
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -508,6 +508,12 @@ class PrepareBuild(CommandLineApp): op.add_option('', '--no-python', action='store_true', dest='no_python', default=False, help='Do not enable Python support by default') + op.add_option('', '--cache', action='store_true', + dest='enable_cache', default=False, + help='Enable use of Boost.Serialization (--cache)') + op.add_option('', '--doxygen', action='store_true', + dest='enable_doxygen', default=False, + help='Enable use of Doxygen to build ref manual ("make docs")') op.add_option('', '--enable-cache', action='store_true', dest='enable_cache', default=False, help='Enable use of Boost.Serialization (--cache)') |