mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Clarify "ptformat"
This commit is contained in:
parent
185fe497c6
commit
bb029560d1
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -946,7 +946,7 @@ def options(opt):
|
|||
opt.add_option('--thread-sanitizer', action='store_true', default=False, dest='tsan',
|
||||
help='Turn on ThreadSanitizer (requires GCC >= 4.8 or clang, and 64bit CPU)')
|
||||
opt.add_option('--ptformat', action='store_true', default=False, dest='ptformat',
|
||||
help='Turn on PT session import option')
|
||||
help='Enable support to import PTS/PTF/PTX sessions')
|
||||
opt.add_option('--no-threaded-waveviews', action='store_true', default=False, dest='no_threaded_waveviews',
|
||||
help='Disable threaded waveview rendering')
|
||||
opt.add_option('--no-futex-semaphore', action='store_true', default=False, dest='no_futex_semaphore',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue