summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-15 14:18:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-15 14:18:15 +0000
commita3f9769a1e25b60594eb5563779c53d602f25ddd (patch)
treeadfdba82696e70936c1b2923e418c88977093394 /nuttx/ChangeLog
parent152cfb69e4ebd748584c4f5466be62e2f017a59b (diff)
downloadnuttx-a3f9769a1e25b60594eb5563779c53d602f25ddd.tar.gz
nuttx-a3f9769a1e25b60594eb5563779c53d602f25ddd.tar.bz2
nuttx-a3f9769a1e25b60594eb5563779c53d602f25ddd.zip
Add CONFIG_DEBUG_SYMBOLS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7269302d6..9ebb96cce 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -866,3 +866,5 @@
* net/net_tcppoll.c. Removed an unnecessary check for outstanding, un-ACKed
data. The NuttX socket layer keeps track of ACKs and doesn't need this check;
removing the check should improve write throughput
+ * Add DEBUG configuration option to enable debug console output without disabling
+ optimization (and vice versa)