mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
dmalloc link support
git-svn-id: svn://localhost/trunk/ardour2@491 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
979b95a56e
commit
5e6703c481
2 changed files with 23 additions and 1 deletions
|
|
@ -49,6 +49,10 @@ gtkardour.Merge ([
|
|||
libraries['libglademm']
|
||||
])
|
||||
|
||||
if gtkardour['DMALLOC']:
|
||||
gtkardour.Merge([libraries['dmalloc']])
|
||||
gtkardour.Append(CCFLAGS='-DUSE_DMALLOC')
|
||||
|
||||
if gtkardour['FFT_ANALYSIS']:
|
||||
gtkardour.Merge ([libraries['fftw3f']])
|
||||
gtkardour.Append(CCFLAGS='-DFFT_ANALYSIS')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue