From ca0502eaaf25c03457670e7c16c991ec4bab5c9b Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 9 Feb 2009 20:44:06 +0000 Subject: [PATCH] + reverting back accidental change --- SConstruct | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index e4a28334e..802bfabed 100644 --- a/SConstruct +++ b/SConstruct @@ -610,8 +610,8 @@ else: if env['DEBUG']: env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline %s' % debug_flags) - else: - env.Append(CXXFLAGS = gcc_cxx_flags + '-fast -finline-functions -Wno-inline %s' % (ndebug_flags)) - + else: + env.Append(CXXFLAGS = gcc_cxx_flags + '-O%s -finline-functions -Wno-inline %s' % (env['OPTIMIZATION'],ndebug_flags)) + SConscript('fonts/SConscript')