using Checked instead of Release
authorArthur Wolf <wolf.arthur@gmail.com>
Wed, 6 Mar 2013 08:13:39 +0000 (09:13 +0100)
committerArthur Wolf <wolf.arthur@gmail.com>
Wed, 6 Mar 2013 08:13:39 +0000 (09:13 +0100)
src/makefile

index 287dd39..d95c2dc 100644 (file)
@@ -6,7 +6,7 @@ DEVICES=lpc1768
 #  Checked - Optimizations enabled with MRI debug monitor support. (Recommended Type)\r
 #  Release - Optimizations enabled.\r
 #  Debug - Optimization disabled with MRI debug monitor support.\r
-BUILD_TYPE=Release\r
+BUILD_TYPE=Checked\r
 \r
 # Set to 1 to tag each heap allocation with the caller's return address.\r
 # NOTE: Can't be enabled with latest build as not compatible with newlib nano.\r