From 49b459f8d32ccabdac7cc0bacf3976557c00b2a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Oct 2011 15:09:03 +0000 Subject: [PATCH] fix whitespace error git-svn-id: svn://localhost/ardour2/branches/3.0@10255 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index b21406b360..045c606ac9 100644 --- a/wscript +++ b/wscript @@ -233,7 +233,7 @@ def set_compiler_flags (conf,opt): # check this even if we aren't using FPU optimization if not conf.is_defined('HAVE_POSIX_MEMALIGN'): optimization_flags.append("-DNO_POSIX_MEMALIGN") - debug_flags.append("-DNO_POSIX_MEMALIGN") + debug_flags.append("-DNO_POSIX_MEMALIGN") # end optimization section