Signed-off-by: Igor Maravic <[email protected]>
---
:100644 100644 955e743... 9f5dd79... M  xorp/SConstruct
 xorp/SConstruct |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xorp/SConstruct b/xorp/SConstruct
index 955e743..9f5dd79 100644
--- a/xorp/SConstruct
+++ b/xorp/SConstruct
@@ -713,7 +713,7 @@ if not env['optimize'] == 'override':
                  'highest': '-O3',
                  'size': '-Os' }
     bigoflag = bigodict[env['optimize']]
-    if not env['optimize'] == 'no':
+    if not env['optimize'] == 'override':
         env.AppendUnique(CFLAGS = [ bigoflag ])
         env.AppendUnique(CXXFLAGS = [ bigoflag ])
 
-- 
1.7.4.1

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to