dmalloc link support
git-svn-id: svn://localhost/trunk/ardour2@491 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user