summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-17 00:54:43 +0000
committerDavid Robillard <d@drobilla.net>2012-05-17 00:54:43 +0000
commit86474713798d6fb40c161ae4b319ffa73472d3c1 (patch)
treee2fb5a26a37a9493c3762f3a41c09a606527365c /wscript
parent8aca90e593aae691fcc6f115e28cb7552ce0fb31 (diff)
Fix posix_memalign checks.
git-svn-id: svn://localhost/ardour2/branches/3.0@12316 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index af99a4d622..abac3cf47c 100644
--- a/wscript
+++ b/wscript
@@ -231,11 +231,6 @@ def set_compiler_flags (conf,opt):
if not build_host_supports_sse:
print("\nWarning: you are building Ardour with SSE support even though your system does not support these instructions. (This may not be an error, especially if you are a package maintainer)")
- # 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")
-
# end optimization section
#