Skip to content

Commit a206842

Browse files
Jakob Hoellerbauerjbendes
authored andcommitted
review
1 parent 1600d1e commit a206842

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

wscript

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ def add_zcm_configure_options(ctx):
6666
choices=['true', 'false'],
6767
help='Include the zcmtype name in the hash generation')
6868

69+
# RRR (Jakob H.): Shouldn't this default to false so that the previous default behavior
70+
# is preserved?
6971
gr.add_option('--monotonic-clock', dest='monotonic_clock', default='true',
7072
choices=['true', 'false'],
71-
help='Use a monotonic clock source for all utimes internally')
73+
help='Instead of using the system clock, use a clock source that is guaranteed '
74+
'to be monotonic for all utimes internally')
7275

7376
add_use_option('dev', 'Enable all dev tools')
7477
add_use_option('build-cache', 'Enable the build cache for faster rebuilds')

0 commit comments

Comments
 (0)