From 12be8e527da553fd39a634f6891135e121c29431 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 1 Mar 2007 19:19:28 +0000 Subject: [PATCH] no more disabling strict aliasing git-svn-id: svn://localhost/ardour2/trunk@1544 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index ba34ec417d..79ac56b6f0 100644 --- a/SConstruct +++ b/SConstruct @@ -661,7 +661,6 @@ opt_flags[:0] = [ "-fomit-frame-pointer", "-ffast-math", "-fstrength-reduce", - "-fno-strict-aliasing", "-pipe" ]