P.S.: ... and the file -g-Wall-O0.patch contains this:

diff --git a/build_common/linux/SConscript b/build_common/linux/SConscript
index 2cb51b5..99b004e 100644
--- a/build_common/linux/SConscript
+++ b/build_common/linux/SConscript
@@ -8,7 +8,7 @@ print "Reading linux configuration script"

 # Set release/debug flags
 if env.get('RELEASE'):
- env.AppendUnique(CCFLAGS = ['-Os'])
+ env.AppendUnique(CCFLAGS = ['-O0', '-g', '-Wall'])
  env.AppendUnique(CPPDEFINES = ['NDEBUG'])
 else:
  env.AppendUnique(CCFLAGS = ['-g'])

HTH,



Gabriel

Reply via email to