From a3f9769a1e25b60594eb5563779c53d602f25ddd Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Sep 2009 14:18:15 +0000 Subject: Add CONFIG_DEBUG_SYMBOLS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/ChangeLog') 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) -- cgit v1.2.3