Index: SConstruct |
diff --git a/SConstruct b/SConstruct |
index f9c33caae5d9efb163af6582cbb40a584e06ea3d..bf20de26a47e28d6d6e81d609f2c37ad63c6de61 100644 |
--- a/SConstruct |
+++ b/SConstruct |
@@ -94,8 +94,7 @@ LIBRARY_FLAGS = { |
'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG'], |
}, |
'mode:release': { |
- 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', |
- '-ffunction-sections'], |
+ 'CCFLAGS': ['-O3', '-g'], |
Erik Corry
2011/11/07 16:35:25
You probably do not want to commit this.
|
}, |
'os:linux': { |
'CCFLAGS': ['-ansi'] + GCC_EXTRA_CCFLAGS, |