13
0

fix whitespace error

git-svn-id: svn://localhost/ardour2/branches/3.0@10255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-10-20 15:09:03 +00:00
parent 8fa47a8fd9
commit 49b459f8d3

View File

@ -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