From 2d62ded1aa92b82d696fb37c952732ae1a309011 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Jan 2007 03:26:22 +0000 Subject: Reduced allocated stack sizes. Trims about 13MB of memory consumption. git-svn-id: svn://localhost/ardour2/trunk@1293 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1b04306efb..2be154afbf 100644 --- a/SConstruct +++ b/SConstruct @@ -837,6 +837,8 @@ if env['SYSLIBS']: # libraries['flowcanvas'] = LibraryInfo(LIBS='flowcanvas', LIBPATH='#/libs/flowcanvas', CPPPATH='#libs/flowcanvas') libraries['soundtouch'] = LibraryInfo() libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0') + # Comment the previous line and uncomment this for Debian: + #libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs libSoundTouch') libraries['appleutility'] = LibraryInfo(LIBS='libappleutility', LIBPATH='#libs/appleutility', -- cgit v1.2.3