mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Merge branch 'master' into windows
This commit is contained in:
commit
0013feddbf
40 changed files with 221 additions and 116 deletions
2
wscript
2
wscript
|
|
@ -391,7 +391,7 @@ def options(opt):
|
|||
help='The user-visible name of the program being built')
|
||||
opt.add_option('--arch', type='string', action='store', dest='arch',
|
||||
help='Architecture-specific compiler flags')
|
||||
opt.add_option('--backtrace', action='store_true', default=False, dest='backtrace',
|
||||
opt.add_option('--backtrace', action='store_true', default=True, dest='backtrace',
|
||||
help='Compile with -rdynamic -- allow obtaining backtraces from within Ardour')
|
||||
opt.add_option('--no-carbon', action='store_true', default=False, dest='nocarbon',
|
||||
help='Compile without support for AU Plugins with only CARBON UI (needed for 64bit)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue